blob: f394e30cc8e40356c1dcd36d1301a845a56eea55 [file] [log] [blame]
Rushabh Mehtaafaac602012-02-14 11:44:13 +05301
2/*
3 * lib/css/legacy/body.css
Rushabh Mehta519f70b2012-03-09 16:44:21 +05304 */
5html {
Rushabh Mehtaafaac602012-02-14 11:44:13 +05306 margin: 0px;
7 padding: 0px;
8}
9
10body {
11 margin: 0px;
12 padding: 0px;
13 font-family: Arial, Helvetica, Sans;
14 font-size: 12px;
15 color: #000;
Rushabh Mehta3f29b852012-02-20 15:40:29 +053016 background-color: #e2e2e2;
Rushabh Mehtaafaac602012-02-14 11:44:13 +053017}
18
Rushabh Mehtaafaac602012-02-14 11:44:13 +053019pre { margin: 0px; padding: 0px; }
20
21button { margin: 2px; margin-left: 0px; }
22
23label {
24 padding-top: 15px;
25 color: #404040;
26}
27
28select, input, textarea {
Rushabh Mehtab9878d02012-03-12 16:12:09 +053029 border: 1px solid #ccc;
Rushabh Mehtaafaac602012-02-14 11:44:13 +053030 -moz-border-radius: 4px;
31 -webkit-border-radius: 4px;
32 font-size: 13px;
33 padding: 4px;
Rushabh Mehtab9878d02012-03-12 16:12:09 +053034 color: #444;
35 -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
36 -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
37 box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
Rushabh Mehtaafaac602012-02-14 11:44:13 +053038}
39
40textarea {
41 font-family: inherit;
42 height: 120px;
43 width: 90%;
44 font-size: 12px;
45 white-space: normal;
46}
47
48table { padding: 0px; border-collapse: 'collapse'}
49
50td {
51 padding:0px;
52 margin: 0px;
53 vertical-align: top;
54}
55
56p {
57 margin: 0px 0px 9px 0px;
58 line-height: 1.5em;
59}
60
61li {
62 line-height: 1.5em;
63}
64
Rushabh Mehtaaa848be2012-02-17 12:06:33 +053065hr {
66 margin: 18px 0;
67 border: 0;
68 border-top: 1px solid #e5e5e5;
69 border-bottom: 1px solid #ffffff;
70}
71
Rushabh Mehtad0251332012-02-21 17:26:50 +053072/* links */
73
Rushabh Mehtaafaac602012-02-14 11:44:13 +053074a:active { outline:none; }
75
Rushabh Mehtad0251332012-02-21 17:26:50 +053076a {
77 color: #0088cc;
78 text-decoration: none;
79}
80a:hover {
81 color: #005580;
82 text-decoration: underline;
83}
84
85.link_type {
86 padding:2px;
87 color: #0088cc;
88 cursor: pointer;
89}
90
91.link_type:hover {
92 color: #005580;
93 text-decoration: underline;
94}
95
Rushabh Mehtaafaac602012-02-14 11:44:13 +053096:focus { -moz-outline-style:none; }
97
98table.simpletable { border-collapse: collapse; margin-bottom: 10px;}
99table.simpletable td {border: 1pt solid #000; vertical-align: top; padding: 2px; }
100
101div.fix_ff_cursor { overflow: auto; }
102
103/* --- Layout --- */
104
105div.comment { color: #444; }
106
107div#body_div {
108 position: relative;
109 display: none;
Rushabh Mehtaafaac602012-02-14 11:44:13 +0530110 padding-right: 7px;
Rushabh Mehtac5471dd2012-02-22 12:07:42 +0530111 width: 900px;
112 margin: auto;
113 margin-top: 56px;
114}
115
Rushabh Mehtad48417c2012-03-19 18:42:13 +0530116.content {
Rushabh Mehtac5471dd2012-02-22 12:07:42 +0530117 width: 900px;
Rushabh Mehtad48417c2012-03-19 18:42:13 +0530118 margin-bottom: 30px;
119 position: absolute;
120 -webkit-transition:all 0.5s ease-in-out;
121 -moz-transition:all 0.5s ease-in-out;
122 -o-transition:all 0.5s ease-in-out;
123 -ms-transition:all 0.5s ease-in-out;
124 transition:all 0.5s ease-in-out;
125}
126
127.background-fade-in {
128 -webkit-transition: background 1s ease-in; /* property duration timing-function delay */
129 -moz-transition: background 1s ease-in;
130 -o-transition: background 1s ease-in;
131 transition: background 1s ease-in;
132}
133
134/* selector for open pages */
135#opened-page-selector {
136 width: 900px;
137 height: 900px;
138 position: absolute;
139 z-index: 100;
140 opacity: 0;
141 background-color: #bdf;
142}
143
144#opened-page-selector.active {
145 opacity: 0.6;
146 cursor: pointer;
147}
148
149.popover-container {
150 height: 400px;
151}
152
153footer {
154 position: absolute;
155 bottom: 0px;
156 width: 100%;
Rushabh Mehtac5471dd2012-02-22 12:07:42 +0530157}
158header .container {
159 width: 900px;
160 margin: auto;
Rushabh Mehtaafaac602012-02-14 11:44:13 +0530161}
162
Rushabh Mehta2438de42012-03-15 16:43:46 +0530163@media (max-width: 1200px) {
Rushabh Mehtad48417c2012-03-19 18:42:13 +0530164 div#body_div, header .container, .content, #opened-page-selector, footer {
Rushabh Mehta2438de42012-03-15 16:43:46 +0530165 width: 900px;
166 }
167}
168
169@media (min-width: 1200px) {
Rushabh Mehtad48417c2012-03-19 18:42:13 +0530170 div#body_div, header .container, .content, #opened-page-selector, footer {
171 width: 1100px;
Rushabh Mehta2438de42012-03-15 16:43:46 +0530172 }
173}
174
Rushabh Mehtaafaac602012-02-14 11:44:13 +0530175div.no_script {
176 display: none;
177}
178
179div.loading_div {
180 position: absolute;
181 background-color: #FFFFCC;
182 z-index: 1999;
183 right: 5px;
184 width: 90px;
185 display: none;
186 text-align: center;
187 padding: 2px;
188 font-size: 12px;
189 border: 1px solid #FF4;
190}
191
Rushabh Mehtaafaac602012-02-14 11:44:13 +0530192div.std-footer {
193 margin: 13px 0px;
194 border-top: 1px solid #AAA;
195 padding: 13px;
196}
197
198div.std-footer-item {
199 margin: 0px 13px 13px 0px;
200}
201
202.shadow {
203 -moz-box-shadow: 0px 2px 2px #888;
204 -webkit-box-shadow: 0px 2px 2px #888;
205 box-shadow: 0px 2px 2px #888;
206}
207
208.round {
209 -webkit-border-radius: 5px;
210 -moz-border-radius: 5px;
211 border-radius: 5px;
212}
Rushabh Mehtaafaac602012-02-14 11:44:13 +0530213
Rushabh Mehta3f29b852012-02-20 15:40:29 +0530214.layout_wrapper, .layout-wrapper {
Rushabh Mehtad48417c2012-03-19 18:42:13 +0530215 -moz-box-shadow: 0px 0px 6px rgba(0,0,0,0.3);
216 -webkit-box-shadow: 0px 0px 6px rgba(0,0,0,0.3);
217 box-shadow: 0px 0px 6px rgba(0,0,0,0.3);
Rushabh Mehta3f29b852012-02-20 15:40:29 +0530218 background-color: #fff;
219 padding: 15px;
220}
221
Rushabh Mehta09a897a2012-02-20 18:30:52 +0530222.layout-wrapper-background {
Rushabh Mehtad48417c2012-03-19 18:42:13 +0530223 background-color: #fafafa !important;
Rushabh Mehta09a897a2012-02-20 18:30:52 +0530224 padding: 0px;
225}
226
Rushabh Mehta3f29b852012-02-20 15:40:29 +0530227.layout-main-section {
Anand Doshi40ee8d62012-02-24 19:21:47 +0530228 width: 71%;
Rushabh Mehta3f29b852012-02-20 15:40:29 +0530229 float: left;
Rushabh Mehta09a897a2012-02-20 18:30:52 +0530230 padding: 15px;
Rushabh Mehtaafaac602012-02-14 11:44:13 +0530231 background-color: #FFF;
Rushabh Mehta3f29b852012-02-20 15:40:29 +0530232 min-height: 450px;
Rushabh Mehtafdea9662012-02-27 18:03:54 +0530233 -moz-box-shadow: 7px 0px 6px -2px #ddd;
234 -webkit-box-shadow: 7px 0px 6px -2px #ddd;
235 box-shadow: 7px 0px 6px -2px #ddd;
Rushabh Mehta3f29b852012-02-20 15:40:29 +0530236}
237
238.layout-side-section {
Rushabh Mehtac5471dd2012-02-22 12:07:42 +0530239 width: 22%;
Anand Doshi40ee8d62012-02-24 19:21:47 +0530240 /*float: right;*/
Rushabh Mehtad48417c2012-03-19 18:42:13 +0530241 color: #606060;
Rushabh Mehta3f29b852012-02-20 15:40:29 +0530242 overflow-x: hidden;
Rushabh Mehta09a897a2012-02-20 18:30:52 +0530243 padding: 15px;
Rushabh Mehta3f29b852012-02-20 15:40:29 +0530244 min-height: 450px;
Rushabh Mehtaafaac602012-02-14 11:44:13 +0530245}
246
247/* from bootstrap */
248.container {
249 margin-left: auto;
250 margin-right: auto;
251 zoom: 1;
252}
253.container:before, .container:after {
254 display: table;
255 content: "";
256 zoom: 1;
257}
258.container:after {
259 clear: both;
260}
261
Anand Doshi40ee8d62012-02-24 19:21:47 +0530262.well {
263 min-height: 20px;
264 padding: 19px;
265 margin-bottom: 20px;
266 background-color: #f5f5f5;
267 border: 1px solid #eee;
268 border: 1px solid rgba(0, 0, 0, 0.05);
269 -webkit-border-radius: 4px;
270 -moz-border-radius: 4px;
271 border-radius: 4px;
272 -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
273 -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
274 box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
275}
276
Rushabh Mehtadf33cb32012-03-01 13:44:09 +0530277.avatar-small {
278 display: inline-block;
Rushabh Mehta2438de42012-03-15 16:43:46 +0530279 width: 24px;
280 height: 20px;
281 vertical-align: middle;
282 overflow: hidden;
283 margin: 0px 3px;
Rushabh Mehtadf33cb32012-03-01 13:44:09 +0530284}
285.avatar-small img {
Rushabh Mehta2438de42012-03-15 16:43:46 +0530286 width: 24px;
Rushabh Mehtaafaac602012-02-14 11:44:13 +0530287}
Rushabh Mehta519f70b2012-03-09 16:44:21 +0530288
Rushabh Mehtaafaac602012-02-14 11:44:13 +0530289/*
290 * lib/css/legacy/messages.css
291 */
Rushabh Mehta519f70b2012-03-09 16:44:21 +0530292
Rushabh Mehtaafaac602012-02-14 11:44:13 +0530293/* FLOATING MESSAGE */
294
295.btn-img { cursor: pointer; }
296
297div.fetching { color: #888; text-align:right; }
298
299div.notice {
300 postion: absolute;
301 background-color: #000;
302 -moz-border-radius: 5px; -webkit-border-radius: 5px;
303 opacity: 0.6;
304 right: 0;
305 top: 0;
306 margin-top: 8px;
307 z-index: -1;
308 padding: 8px;
309}
310
311/** help **/
312
313.info-box {
314 background-color: #F8F8F8;
315 border: 1px solid #CCCCCC;
316 border-radius: 3px 3px 3px 3px;
317 line-height: 1.6em;
318 overflow: auto;
319 padding: 6px 10px;
320 margin-bottom: 9px;
321}
322
323.help_box, .help-box {
324 background-color:#FFC;
325 font-size: 13px;
326 color: #864;
327 padding: 7px;
328 margin: 11px 0px;
329 border: 1px solid #EEB;
330}
331
332.help_box_big {
333 background-color:#FFC;
334 color: #864;
335 padding: 7px;
336 margin: 7px 0px;
337 border: 1px solid #EEB;
338 text-align: center;
339 font-size: 14px;
340}
Rushabh Mehta519f70b2012-03-09 16:44:21 +0530341
Rushabh Mehtaafaac602012-02-14 11:44:13 +0530342/*
343 * lib/css/legacy/forms.css
Rushabh Mehta519f70b2012-03-09 16:44:21 +0530344 */
345/* FORMS */
Rushabh Mehtaafaac602012-02-14 11:44:13 +0530346
Rushabh Mehta052b7e42012-03-13 15:19:06 +0530347div.form-section-head {
Rushabh Mehta38474e22012-03-13 16:11:52 +0530348 margin: 11px 0px 3px 0px;
349 border-top: 1px solid #ccc;
350 padding-top: 11px;
351}
352
353div.form-layout-row:first-child .form-section-head {
354 border-top: 0px solid #ccc !important;
Rushabh Mehtab9878d02012-03-12 16:12:09 +0530355}
356
Rushabh Mehta052b7e42012-03-13 15:19:06 +0530357div.form-section-head h3 {
Rushabh Mehtab9878d02012-03-12 16:12:09 +0530358 line-height: 20px;
359}
360
Rushabh Mehta052b7e42012-03-13 15:19:06 +0530361div.form-section-head hr {
Rushabh Mehtab9878d02012-03-12 16:12:09 +0530362 margin: 9px 0px;
363}
364
Rushabh Mehtaafaac602012-02-14 11:44:13 +0530365
366div.frm_print_wrapper {
367 background-color:#FFF;
368 border:1px solid #444;
369 padding: 40px;
370
371 box-shadow:1px 1px 8px #229;
372 -moz-box-shadow: 1px 1px 8px #229;
373 -webkit-box-shadow: 1px 1px 8px #229;
374}
375
376div.page_break {
377 margin: 24px 0px;
378 border-top: 1px dashed #888;
379}
380
381div.grid_tbarlinks {
382 border-bottom: 0px;
383 background-color: #CCC;
384 padding: 4px 4px 2px 4px;
Rushabh Mehtaa2713f82012-02-17 14:04:55 +0530385 width: 190px;
Rushabh Mehtaafaac602012-02-14 11:44:13 +0530386 float: right;
387
388 -moz-border-radius-topleft: 5px; -moz-border-radius-topright: 5px;
389 -webkit-border-top-left-radius: 5px; -webkit-border-top-right-radius: 5px;
390}
391
392
393div.frm_tip_box {
394 margin: 0px;
395 padding: 8px;
396 background-color: #FFC;
397 display: none;
398 font-size: 11px;
399 border: 1px solid #FFB;
400}
401
402div.frm_tip_box table {
403 border-collapse: collapse;
404 vertical-align: top;
405}
406
407td.frm_tray_area {
408 width: 122px;
409}
410
411div.dialog_frm {
412 position: relative;
413 margin: 10px;
414}
415
416
417
418/*------------------*/
419
420.top_cell {
421 height: 50px;
422}
423
424div.attach_area {
425 padding: 8px;
426 margin: 8px;
427 background-color: #EEE;
428}
429
430div.attach_area table {
431 width: 100%;
432}
433
434.tablabel_normal {
435 margin: 0 4px 0 0;
436 padding: 3px 5px;
437 line-height: 1.3em;
438 display: inline;
439 cursor: pointer;
440}
441
442.tablabel_selected {
443 margin: 0 4px 0 0;
444 padding: 3px 5px;
445 line-height: 1.3em;
446 font-weight: bold;
447 display: inline;
448 cursor: pointer;
449 color: #000;
450}
451
452.scrollhead_wrapper {
453 position: absolute;
454 z-index: 1;
455 height: 30px;
456}
457
458.treeimg {
459 cursor: pointer;
460 margin-right: 3px;
461}
462
463
464.sectionCell {
465 padding: 5px;
466 vertical-align: top;
467}
468
469.code_area {
470 width: 80%;
471 margin: 8px;
472 padding: 4px;
473 background-color: #F8F8F8;
474 border: 1px solid #CCC;
475 overflow-x: auto;
476}
477
478.code_text {
479 width: 100%;
480 height: 360px;
481 margin-top: 3px;
482 font-family: Courier, Fixed;
483 font-size: 12px;
484}
485
486div.time_field select{
487 display: inline;
488 margin: 2px;
489 width: 45px;
490}
491
492/* Documents */
493
494.frm_field_table {
495 width: 100%;
496 border-collapse: collapse;
497}
498
499.datalabelcell {
500 padding: 2px 0px;
501 width: 160px;
502 vertical-align: top;
503}
504.datainputcell { padding: 2px 0px; }
505
506
507.field_description, .help {
Rushabh Mehtab9878d02012-03-12 16:12:09 +0530508 margin: 3px 0px;
509 font-size: 11px;
Rushabh Mehtaafaac602012-02-14 11:44:13 +0530510 color: #888;
Rushabh Mehtaafaac602012-02-14 11:44:13 +0530511}
512
Rushabh Mehta052b7e42012-03-13 15:19:06 +0530513.help ol {
514 padding-left: 19px;
515}
516
Rushabh Mehtaafaac602012-02-14 11:44:13 +0530517.field_description_top {
518 margin-bottom: 3px;
519}
520
521.field_label {
522 font-size:11px;
523}
524.input_area input, select, textarea {
525 font-size: 14px;
526 padding: 2px;
527}
528
529.input_area input {
530 width: 80%;
531 margin: 0px;
532}
533.input_area select {
534 width: 80%;
535}
536.input_area textarea {
537 width: 90%;
538}
539
540.disp_area {
541 width: 80%;
542 padding: 2px 0px;
543 font-size: 12px;
544}
545.disp_area_no_val {
546 height: 14px;
547}
548
549.no_img {
550 padding: 40px;
551 width: 100px;
552 height: 20px;
553 color: #888;
554 text-align: center;
555 border: 1px solid #AAA;
556}
557
558.input-mandatory {
559 font-size: 14px !important;
560 font-weight: bold;
561}
562
563.field-to-update {
564 background-color:#FEE;
565}
566
567/* sidebar */
568
569div.sidebar-comment-wrapper input {
570 width: 50%;
571}
572div.sidebar-comment-message {
573 margin-top: 8px;
574 font-size: 11px;
575 color: #777;
576}
577
578div.sidebar-comment-text {
579 font-size: 12px;
580 font-weight: bold;
581 margin-top: 8px;
582 color: #444;
583}
584div.sidebar-comment-info {
585 font-size: 10px;
586 color: #777;
587}
Rushabh Mehta519f70b2012-03-09 16:44:21 +0530588
Rushabh Mehtaafaac602012-02-14 11:44:13 +0530589/*
590 * lib/css/legacy/grid.css
591 */
592
Rushabh Mehta519f70b2012-03-09 16:44:21 +0530593
Rushabh Mehtaafaac602012-02-14 11:44:13 +0530594/* Grid */
595
596
597/* --- Simple --- */
598.grid_wrapper_simple {
599 width: 100%;
600 margin-bottom: 8px;
601 border: 1px solid #AA9;
602}
603
604.grid_head_wrapper_simple {
605 padding: 0px;
606 border-bottom: 2px solid #AAA;
607}
608
609.grid_head_wrapper_simple td {
610 border-right: 1px solid #AA9;
611}
612
613.grid_head_wrapper_simple td div {
614 padding: 2px;
615}
616
617.grid_tab_wrapper_simple {
618}
619
620.grid_cell_simple {
621 padding: 2px;
622 background-color: #fff;
623 border-right: 1px solid #AA9;
624}
625
626
627/* --- Normal --- */
628.grid_wrapper {
629 position: relative;
630 overflow: auto;
631 border: 1px solid #AAA;
632 width: 100%;
633 margin-bottom: 8px;
634 background-color: #fff;
635}
636
637.grid_tab_wrapper {
638 position: absolute;
639 top: 40px;
640 border-bottom: 1px solid #DDD;
641}
642
643.grid_table, .grid_head_table {
644 table-layout: fixed;
645 border-collapse: collapse;
646 /*width: 100%;*/
647}
648
649.grid_cell {
650 border-right: 1px solid #ddd;
651 padding: 0px;
652 background-color: #fff;
653}
654
655.grid_head_wrapper {
656 position: absolute;
657 z-index: 1;
658 height: 40px;
659 padding: 0px;
660 overflow: hidden;
661 /*background-color: #fff;*/
662}
663
664.grid_head_table td {
665 background-color: #EEE;
666 border-right: 1px solid #AAA;
667 border-bottom: 1px solid #AAA;
668 height: 40px;
669 padding: 0px;
670}
671
672.grid_head_table td div {
673 color: #222;
674 font-weight: bold;
675 overflow: hidden;
676 padding: 2px 0px;
677 text-align: center;
678}
679
680.grid_selector {
681 padding: 1px;
682 border-right: 1px solid #DDD;
683 width: 20px;
684 background-color: #fff;
685}
686
687.grid_cell_div {
688 padding: 2px;
689 cursor: pointer;
690 overflow: hidden;
691 border: 2px solid #FFF;
692}
693
694.grid_cell_div_selected {
695 border: 2px solid #88f;
696}
697
698.grid_cell_div input, .grid_cell_div select, .grid_cell_div div input {
699 margin: 0px;
700 border: 0px;
701 width: 100%;
702 margin: 0px;
703 }
704
705.grid_cell_div textarea {
706 border: 3px solid #abf;
707 height:200px;
708 width: 300px;
709 z-index: 10;
710 position:absolute;
711}
712
713.gridDivSelected option { border: 0px; }
Rushabh Mehta519f70b2012-03-09 16:44:21 +0530714
Rushabh Mehtaafaac602012-02-14 11:44:13 +0530715/*
716 * lib/css/legacy/listing.css
Rushabh Mehta519f70b2012-03-09 16:44:21 +0530717 */
Rushabh Mehtaafaac602012-02-14 11:44:13 +0530718
Rushabh Mehtaafaac602012-02-14 11:44:13 +0530719
720/* SRS */
721
722table.srs_result_tab {
723 border: 2px solid #AAA;
724 border-collapse: collapse;
725}
726
727/* firefox bug fix for disappering borders */
728table.srs_result_tab td, table.srs_result_tab tr, table.srs_result_tab tbody, table.srs_result_tab div {
729 position: static;
730}
731
732table.srs_result_tab td {
733 padding: 3px 2px;
734 position: static;
735}
736
737div.srs_body_area {
738}
739
740div.srs_results_area {
741}
742
743div.srs_filter_wrapper {
744 border: 1px solid #CCF;
745
746 background-color: #EEF;
747 margin:0px 0px 8px 0px;
748
749 -moz-border-radius: 5px;
750 -webkit-border-radius: 5px;
751 border-radius: 5px;
752}
753
754div.srs_filter_area {
755 padding: 8px;
756}
757
758div.srs_filter_area td {
759 vertical-align: middle;
760}
761
Rushabh Mehtaafaac602012-02-14 11:44:13 +0530762/*
763 * lib/css/legacy/report.css
764 */
Rushabh Mehta519f70b2012-03-09 16:44:21 +0530765
Rushabh Mehtaafaac602012-02-14 11:44:13 +0530766/* Reports */
767
768div.report_grid_area {
769 position: relative;
770 padding: 8px;
771}
772
773
774div.report_tab {
775 border: 1px solid #AAA;
776 position: relative;
777 overflow: auto;
778}
779
780div.report_no_data {
781 padding: 8px;
782 background-color: #EEE;
783 border: 1px solid #DDD;
784 position: absolute;
785 margin-left: 40%;
786 margin-top: 50px;
787 display: none;
788}
789
790div.report_htitle {
791 float: left;
792 padding: 2px;
793 font-size: 14px;
794 font-weight: bold;
795 margin-left: 4px;
796 color: #665;
797 /*font-weight: bold;*/
798}
799
800div.report_tbar {
801 background-color: #EEF;
802 border: 1px solid #CCF;
803 border-bottom: 0px;
804 height: 28px;
805}
806
807div.report_tbar table{
808 width: 100%;
809}
810div.report_tbar table td {
811
812}
813div.report_tbar table td div {
814 position: relative;
815}
816div.report_tbar button, div.report_tbar select, div.report_tbar img {
817 font-size: 11px;
818 margin: 0px;
819}
820
821div.report_head_wrapper {
822 position: absolute;
823 height: 24px;
824 top: 0px;
825 z-index: 1;
826}
827
828div.report_tab_wrapper {
829 position: absolute;
830 border-bottom: 1px solid #AAA;
831 border-top: 1px solid #AAA;
832}
833
834div.report_tab_wrapper table, div.report_head_wrapper table {
835 table-layout: fixed;
836 border-collapse: collapse;
837 /*width: 100%;*/
838}
839
840div.report_tab_wrapper table td, div.report_head_wrapper table td {
841 border-left: 1px solid #AAA;
842 border-right: 1px solid #AAA;
843 border-bottom: 1px solid #AAA;
844 overflow: hidden;
845 padding: 0px;
846}
847
848div.report_tab_wrapper table td div, div.report_head_wrapper table td div {
849 padding: 3px;
850 overflow: hidden;
851}
852
853.report_head_cell {
854 background-color: #EEE;
855 border-bottom: 1px solid #AA9;
856 text-align: center;
857 font-weight: bold;
858}
859.report_head_cell div {
860 color:#222;
861 height: 18px;
862}
863
864
865/* FINDER */
866
867div.finder_wrapper {
868}
869
870div.finder_body_area {
871 margin: 16px;
872}
873
874div.finder_body {
875 display: none;
876}
877
878div.finder_advanced_area table {
879 width: 80%;
880}
881
882div.finder_advanced_area textarea {
883 width: 80%;
884}
885
886div.finder_filter_area {
887 position: relative;
888}
889
890div.filter_head {
891 font-size: 14px;
892 margin-bottom: 2px;
893}
894div.filter_dt_head {
895 font-size: 14px;
896 font-weight: bold;
897 margin-bottom: 2px;
898}
899table.filter_tab {
900 width: 96%;
901 border-collapse: collapse;
902}
903
904table.filter_tab td {
905 width: 50%;
906}
907
908div.finder_picker_area {
909
910}
911div.builder_field {
912 margin: 0px;
913}
914div.builder_dt_head {
915 font-size: 14px;
916 font-weight: bold;
917 margin-bottom: 2px;
918}
919
920div.builder_field table {
921 width: 90%;
922 border-collapse: collapse;
923}
924
925div.builder_label {
926 height: 20px;
927}
928
929div.builder_head {
930 font-size: 16px;
931 font-weight: bold;
932 color: #AB6;
933}
934
935table.builder_tab {
936 width: 96%;
937 border-collapse: collapse;
938}
939
940table.builder_tab td {
941 width: 33%;
942 padding: 2px;
943}
Rushabh Mehtaafaac602012-02-14 11:44:13 +0530944
945/*
946 * lib/css/legacy/dialog.css
Rushabh Mehta519f70b2012-03-09 16:44:21 +0530947 */
948/***** Dialogs *******/
Rushabh Mehtaafaac602012-02-14 11:44:13 +0530949
950div.dialog_wrapper {
951 position: absolute;
952 width: 440px;
953 display: none;
954 z-index: 90;
955 background-color: #FFF;
956 border: 3px solid #222;
957 box-shadow:1px 1px 5px #777;
958 -moz-box-shadow: 1px 1px 5px #777;
959 -webkit-box-shadow: 1px 1px 5px #777;
960
961 border-radius: 5px;
962 -moz-border-radius: 5px;
963 -webkit-border-radius: 5px;
964}
965
966div.dialog_head {
967 height: 22px;
968 padding: 4px;
969 background-color: #222;
970 color: #FFF;
971}
972
973div.dialog_body {
Rushabh Mehta4c1e9e72012-03-01 13:30:34 +0530974 padding: 8px 8px 16px;
Rushabh Mehtaafaac602012-02-14 11:44:13 +0530975 border-radius: 5px;
976 -moz-border-radius: 5px;
977 -webkit-border-radius: 5px;
978}
979
980div.dialog_back {
981 position: fixed;
982 display: none;
983 top: 0px;
984 left: 0px;
985 bottom: 0px;
986 right: 0px;
987 background-color: #EEE;
988 opacity: 0.6;
989 z-index: 50;
990 text-align: center;
991}
992
993div.dialog_message {
994 display: none;
995 position: absolute;
996 width: 250px;
997 font-size: 12px;
998 z-index: 91;
999 background-color:#FFF;
1000 padding: 12px;
1001 border: 1px solid #444;
1002}
1003
1004div.dialog_row {
1005 padding: 8px 8px 0px 8px;
1006}
1007
1008div.dialog_row table {
1009 width: 100%;
1010}
1011
1012div.dialog_row table td {
1013}
1014
1015div.dialog_row input[type="text"], div.dialog_row input[type="password"], div.dialog_row textarea, div.dialog_row select {
1016 width: 80%;
1017 font-size: 14px;
1018}
1019
1020div.dialog_row table td textarea {
1021 width: 80%;
1022 height: 200px;
1023 font-size: 12px;
1024}
1025
Rushabh Mehta519f70b2012-03-09 16:44:21 +05301026
Rushabh Mehtaafaac602012-02-14 11:44:13 +05301027/*
1028 * lib/css/legacy/tabs.css
1029 */
Rushabh Mehta519f70b2012-03-09 16:44:21 +05301030
Rushabh Mehtaafaac602012-02-14 11:44:13 +05301031/******* TABS ********/
1032
1033div.box_label_wrapper {
1034 border-bottom: 6px solid #777;
1035}
1036
1037div.box_label_body {
1038 height: 22px;
1039}
1040
1041ul.box_tabs {
1042 margin: 0px;
1043 padding: 0px;
1044 list-style: none;
1045}
1046
1047ul.box_tabs li {
1048 height: 22px;
1049 float:left;
1050 font-size: 12px;
1051 text-decoration: underline;
1052
1053 background-color: #DDD;
1054
1055 margin:0;
1056 margin-left: 4px;
1057 padding:0 0 0 9px;
1058 cursor: pointer;
1059}
1060
Rushabh Mehtac5471dd2012-02-22 12:07:42 +05301061ul.box_tabs li a {
Rushabh Mehtaafaac602012-02-14 11:44:13 +05301062 display:block;
1063 padding:3px 15px 3px 6px;
Rushabh Mehtac5471dd2012-02-22 12:07:42 +05301064 text-decoration: none;
Rushabh Mehtaafaac602012-02-14 11:44:13 +05301065}
1066
1067ul.box_tabs li.box_tab_mouseover {
1068 background-color: #BBB;
1069}
1070
Rushabh Mehtaafaac602012-02-14 11:44:13 +05301071ul.box_tabs li.box_tab_selected {
1072 background-color: #777;
1073
1074 background: -webkit-gradient(linear, left top, left bottom, from(#999), to(#777));
1075 background: -moz-linear-gradient(top, #999, #777);
1076
1077 color: #FFF;
1078 font-weight:bold;
1079
1080}
1081ul.box_tabs li.box_tab_selected a {
Rushabh Mehtac5471dd2012-02-22 12:07:42 +05301082 color: #fff;
Rushabh Mehtaafaac602012-02-14 11:44:13 +05301083}
Rushabh Mehta519f70b2012-03-09 16:44:21 +05301084
Rushabh Mehtaafaac602012-02-14 11:44:13 +05301085/*
Rushabh Mehtaafaac602012-02-14 11:44:13 +05301086 * lib/css/legacy/sidebar.css
Rushabh Mehta519f70b2012-03-09 16:44:21 +05301087 */
1088div.psidebar {
Rushabh Mehtaafaac602012-02-14 11:44:13 +05301089}
1090
Rushabh Mehta09a897a2012-02-20 18:30:52 +05301091div.psidebar div.head {
Rushabh Mehtaafaac602012-02-14 11:44:13 +05301092 font-size: 14px;
1093 font-weight: bold;
1094 color: #555;
1095 margin-bottom: 12px;
1096}
1097
Rushabh Mehta09a897a2012-02-20 18:30:52 +05301098div.psidebar div.section {
Rushabh Mehtaafaac602012-02-14 11:44:13 +05301099 margin-bottom: 11px;
1100 overflow: hidden;
1101}
1102
Rushabh Mehta09a897a2012-02-20 18:30:52 +05301103div.psidebar div.section-head {
Rushabh Mehtaafaac602012-02-14 11:44:13 +05301104 font-size: 12px;
1105 padding: 5px 11px;
Rushabh Mehta3f29b852012-02-20 15:40:29 +05301106 border-bottom: 2px solid #444;
Rushabh Mehtaafaac602012-02-14 11:44:13 +05301107}
1108
Rushabh Mehta09a897a2012-02-20 18:30:52 +05301109div.psidebar div.section-body {
Rushabh Mehtaafaac602012-02-14 11:44:13 +05301110 margin: 7px 11px 11px 11px;
1111}
1112
Rushabh Mehta09a897a2012-02-20 18:30:52 +05301113div.psidebar div.section-item {
Rushabh Mehtaafaac602012-02-14 11:44:13 +05301114 margin-bottom: 7px;
1115}
1116
Rushabh Mehtad0251332012-02-21 17:26:50 +05301117div.psidebar div.section-item, div.psidebar .section-link {
Rushabh Mehtaafaac602012-02-14 11:44:13 +05301118 font-size: 11px;
1119 color: #666;
1120}
Rushabh Mehta519f70b2012-03-09 16:44:21 +05301121
1122/*
1123 * lib/css/Aristo/aristo.selected.css
1124 */
1125/*
1126 * jQuery UI CSS Framework 1.8.7
1127 *
1128 * Copyright 2010, AUTHORS.txt (http://jqueryui.com/about)
1129 * Dual licensed under the MIT or GPL Version 2 licenses.
1130 * http://jquery.org/license
1131 *
1132 * http://docs.jquery.com/UI/Theming/API
1133 */
1134
1135/* Layout helpers
1136----------------------------------*/
1137.ui-helper-hidden { display: none; }
1138.ui-helper-hidden-accessible { position: absolute !important; clip: rect(1px 1px 1px 1px); clip: rect(1px,1px,1px,1px); }
1139.ui-helper-reset { margin: 0; padding: 0; border: 0; outline: 0; line-height: 1.3; text-decoration: none; font-size: 100%; list-style: none; }
1140.ui-helper-clearfix:after { content: "."; display: block; height: 0; clear: both; visibility: hidden; }
1141.ui-helper-clearfix { display: inline-block; }
1142/* required comment for clearfix to work in Opera \*/
1143* html .ui-helper-clearfix { height:1%; }
1144.ui-helper-clearfix { display:block; }
1145/* end clearfix */
1146.ui-helper-zfix { width: 100%; height: 100%; top: 0; left: 0; position: absolute; opacity: 0; filter:Alpha(Opacity=0); }
1147
1148
1149/* Interaction Cues
1150----------------------------------*/
1151.ui-state-disabled { cursor: default !important; }
1152
1153
1154/* Icons
1155----------------------------------*/
1156
1157/* states and images */
1158.ui-icon { display: block; text-indent: -99999px; overflow: hidden; background-repeat: no-repeat; }
1159
1160
1161/* Misc visuals
1162----------------------------------*/
1163
1164/* Overlays */
1165.ui-widget-overlay { position: absolute; top: 0; left: 0; width: 100%; height: 100%; }
1166
1167
1168/*
1169 * jQuery UI CSS Framework 1.8.7
1170 *
1171 * Copyright 2010, AUTHORS.txt (http://jqueryui.com/about)
1172 * Dual licensed under the MIT or GPL Version 2 licenses.
1173 * http://jquery.org/license
1174 *
1175 * http://docs.jquery.com/UI/Theming/API
1176 *
1177 * To view and modify this theme, visit http://jqueryui.com/themeroller/?ctl=themeroller
1178 */
1179
1180
1181/* Component containers
1182----------------------------------*/
1183.ui-widget { font-family: Arial,sans-serif; font-size: 1.1em; }
1184.ui-widget .ui-widget { font-size: 1em; }
1185.ui-widget input, .ui-widget select, .ui-widget textarea, .ui-widget button { font-family: Arial,sans-serif; font-size: 1em; }
1186.ui-widget-content { border: 1px solid #B6B6B6; background: #ffffff; color: #4F4F4F; }
1187.ui-widget-content a { color: #4F4F4F; }
1188.ui-widget-header { border: 1px solid #B6B6B6; color: #4F4F4F; font-weight: bold; }
1189.ui-widget-header {
1190 background: #ededed url(../lib/css/Aristo/images/bg_fallback.png) 0 0 repeat-x; /* Old browsers */
1191 background: -moz-linear-gradient(top, #ededed 0%, #c4c4c4 100%); /* FF3.6+ */
1192 background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ededed), color-stop(100%,#c4c4c4)); /* Chrome,Safari4+ */
1193 background: -webkit-linear-gradient(top, #ededed 0%,#c4c4c4 100%); /* Chrome10+,Safari5.1+ */
1194 background: -o-linear-gradient(top, #ededed 0%,#c4c4c4 100%); /* Opera11.10+ */
1195 background: -ms-linear-gradient(top, #ededed 0%,#c4c4c4 100%); /* IE10+ */
1196 background: linear-gradient(top, #ededed 0%,#c4c4c4 100%); /* W3C */
1197}
1198.ui-widget-header a { color: #4F4F4F; }
1199
1200/* Interaction states
1201----------------------------------*/
1202.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default { border: 1px solid #B6B6B6; font-weight: normal; color: #4F4F4F; }
1203.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default {
1204 background: #ededed url(../lib/css/Aristo/images/bg_fallback.png) 0 0 repeat-x; /* Old browsers */
1205 background: -moz-linear-gradient(top, #ededed 0%, #c4c4c4 100%); /* FF3.6+ */
1206 background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ededed), color-stop(100%,#c4c4c4)); /* Chrome,Safari4+ */
1207 background: -webkit-linear-gradient(top, #ededed 0%,#c4c4c4 100%); /* Chrome10+,Safari5.1+ */
1208 background: -o-linear-gradient(top, #ededed 0%,#c4c4c4 100%); /* Opera11.10+ */
1209 background: -ms-linear-gradient(top, #ededed 0%,#c4c4c4 100%); /* IE10+ */
1210 background: linear-gradient(top, #ededed 0%,#c4c4c4 100%); /* W3C */
1211 -webkit-box-shadow: 0 1px 0 rgba(255,255,255,0.6) inset;
1212 -moz-box-shadow: 0 1px 0 rgba(255,255,255,0.6) inset;
1213 box-shadow: 0 1px 0 rgba(255,255,255,0.6) inset;
1214}
1215.ui-state-default a, .ui-state-default a:link, .ui-state-default a:visited { color: #4F4F4F; text-decoration: none; }
1216.ui-state-hover, .ui-widget-content .ui-state-hover, .ui-widget-header .ui-state-hover, .ui-state-focus, .ui-widget-content .ui-state-focus, .ui-widget-header .ui-state-focus { border: 1px solid #9D9D9D; font-weight: normal; color: #313131; }
1217.ui-state-hover a, .ui-state-hover a:hover { color: #313131; text-decoration: none; }
1218.ui-state-active, .ui-widget-content .ui-state-active, .ui-widget-header .ui-state-active {
1219 outline: none;
1220 color: #1c4257; border: 1px solid #7096ab;
1221 background: #ededed url(../lib/css/Aristo/images/bg_fallback.png) 0 -50px repeat-x; /* Old browsers */
1222 background: -moz-linear-gradient(top, #b9e0f5 0%, #92bdd6 100%); /* FF3.6+ */
1223 background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#b9e0f5), color-stop(100%,#92bdd6)); /* Chrome,Safari4+ */
1224 background: -webkit-linear-gradient(top, #b9e0f5 0%,#92bdd6 100%); /* Chrome10+,Safari5.1+ */
1225 background: -o-linear-gradient(top, #b9e0f5 0%,#92bdd6 100%); /* Opera11.10+ */
1226 background: -ms-linear-gradient(top, #b9e0f5 0%,#92bdd6 100%); /* IE10+ */
1227 background: linear-gradient(top, #b9e0f5 0%,#92bdd6 100%); /* W3C */
1228 -webkit-box-shadow: none;
1229 -moz-box-shadow: none;
1230 box-shadow: none;
1231}
1232.ui-state-active a, .ui-state-active a:link, .ui-state-active a:visited { color: #313131; text-decoration: none; }
1233.ui-widget :active { outline: none; }
1234
1235/* Interaction Cues
1236----------------------------------*/
1237.ui-state-highlight, .ui-widget-content .ui-state-highlight, .ui-widget-header .ui-state-highlight { border: 1px solid #d2dbf4; background: #f4f8fd; color: #0d2054; -moz-border-radius: 0 !important; -webkit-border-radius: 0 !important; border-radius: 0 !important; }
1238.ui-state-highlight a, .ui-widget-content .ui-state-highlight a,.ui-widget-header .ui-state-highlight a { color: #363636; }
1239.ui-state-error, .ui-widget-content .ui-state-error, .ui-widget-header .ui-state-error { border: 1px solid #e2d0d0; background: #fcf0f0; color: #280b0b; -moz-border-radius: 0 !important; -webkit-border-radius: 0 !important; border-radius: 0 !important; }
1240.ui-state-error a, .ui-widget-content .ui-state-error a, .ui-widget-header .ui-state-error a { color: #cd0a0a; }
1241.ui-state-error-text, .ui-widget-content .ui-state-error-text, .ui-widget-header .ui-state-error-text { color: #cd0a0a; }
1242.ui-priority-primary, .ui-widget-content .ui-priority-primary, .ui-widget-header .ui-priority-primary { font-weight: bold; }
1243.ui-priority-secondary, .ui-widget-content .ui-priority-secondary, .ui-widget-header .ui-priority-secondary { opacity: .7; filter:Alpha(Opacity=70); font-weight: normal; }
1244.ui-state-disabled, .ui-widget-content .ui-state-disabled, .ui-widget-header .ui-state-disabled { opacity: .35; filter:Alpha(Opacity=35); background-image: none; }
1245
1246/* Icons
1247----------------------------------*/
1248
1249/* states and images */
1250.ui-icon { width: 16px; height: 16px; background-image: url(../lib/css/Aristo/images/ui-icons_222222_256x240.png); }
1251.ui-widget-content .ui-icon {background-image: url(../lib/css/Aristo/images/ui-icons_222222_256x240.png); }
1252.ui-widget-header .ui-icon {background-image: url(../lib/css/Aristo/images/ui-icons_222222_256x240.png); }
1253.ui-state-default .ui-icon { background-image: url(../lib/css/Aristo/images/ui-icons_454545_256x240.png); }
1254.ui-state-hover .ui-icon, .ui-state-focus .ui-icon {background-image: url(../lib/css/Aristo/images/ui-icons_454545_256x240.png); }
1255.ui-state-active .ui-icon {background-image: url(../lib/css/Aristo/images/ui-icons_454545_256x240.png); }
1256.ui-state-highlight .ui-icon {background-image: url(../lib/css/Aristo/images/ui-icons_454545_256x240.png); }
1257.ui-state-error .ui-icon, .ui-state-error-text .ui-icon { background: url(../lib/css/Aristo/images/icon_sprite.png) -16px 0 no-repeat !important; }
1258.ui-state-highlight .ui-icon, .ui-state-error .ui-icon { margin-top: -1px; }
1259
1260/* positioning */
1261.ui-icon-carat-1-n { background-position: 0 0; }
1262.ui-icon-carat-1-ne { background-position: -16px 0; }
1263.ui-icon-carat-1-e { background-position: -32px 0; }
1264.ui-icon-carat-1-se { background-position: -48px 0; }
1265.ui-icon-carat-1-s { background-position: -64px 0; }
1266.ui-icon-carat-1-sw { background-position: -80px 0; }
1267.ui-icon-carat-1-w { background-position: -96px 0; }
1268.ui-icon-carat-1-nw { background-position: -112px 0; }
1269.ui-icon-carat-2-n-s { background-position: -128px 0; }
1270.ui-icon-carat-2-e-w { background-position: -144px 0; }
1271.ui-icon-triangle-1-n { background-position: 0 -16px; }
1272.ui-icon-triangle-1-ne { background-position: -16px -16px; }
1273.ui-icon-triangle-1-e { background-position: -32px -16px; }
1274.ui-icon-triangle-1-se { background-position: -48px -16px; }
1275.ui-icon-triangle-1-s { background-position: -64px -16px; }
1276.ui-icon-triangle-1-sw { background-position: -80px -16px; }
1277.ui-icon-triangle-1-w { background-position: -96px -16px; }
1278.ui-icon-triangle-1-nw { background-position: -112px -16px; }
1279.ui-icon-triangle-2-n-s { background-position: -128px -16px; }
1280.ui-icon-triangle-2-e-w { background-position: -144px -16px; }
1281.ui-icon-arrow-1-n { background-position: 0 -32px; }
1282.ui-icon-arrow-1-ne { background-position: -16px -32px; }
1283.ui-icon-arrow-1-e { background-position: -32px -32px; }
1284.ui-icon-arrow-1-se { background-position: -48px -32px; }
1285.ui-icon-arrow-1-s { background-position: -64px -32px; }
1286.ui-icon-arrow-1-sw { background-position: -80px -32px; }
1287.ui-icon-arrow-1-w { background-position: -96px -32px; }
1288.ui-icon-arrow-1-nw { background-position: -112px -32px; }
1289.ui-icon-arrow-2-n-s { background-position: -128px -32px; }
1290.ui-icon-arrow-2-ne-sw { background-position: -144px -32px; }
1291.ui-icon-arrow-2-e-w { background-position: -160px -32px; }
1292.ui-icon-arrow-2-se-nw { background-position: -176px -32px; }
1293.ui-icon-arrowstop-1-n { background-position: -192px -32px; }
1294.ui-icon-arrowstop-1-e { background-position: -208px -32px; }
1295.ui-icon-arrowstop-1-s { background-position: -224px -32px; }
1296.ui-icon-arrowstop-1-w { background-position: -240px -32px; }
1297.ui-icon-arrowthick-1-n { background-position: 0 -48px; }
1298.ui-icon-arrowthick-1-ne { background-position: -16px -48px; }
1299.ui-icon-arrowthick-1-e { background-position: -32px -48px; }
1300.ui-icon-arrowthick-1-se { background-position: -48px -48px; }
1301.ui-icon-arrowthick-1-s { background-position: -64px -48px; }
1302.ui-icon-arrowthick-1-sw { background-position: -80px -48px; }
1303.ui-icon-arrowthick-1-w { background-position: -96px -48px; }
1304.ui-icon-arrowthick-1-nw { background-position: -112px -48px; }
1305.ui-icon-arrowthick-2-n-s { background-position: -128px -48px; }
1306.ui-icon-arrowthick-2-ne-sw { background-position: -144px -48px; }
1307.ui-icon-arrowthick-2-e-w { background-position: -160px -48px; }
1308.ui-icon-arrowthick-2-se-nw { background-position: -176px -48px; }
1309.ui-icon-arrowthickstop-1-n { background-position: -192px -48px; }
1310.ui-icon-arrowthickstop-1-e { background-position: -208px -48px; }
1311.ui-icon-arrowthickstop-1-s { background-position: -224px -48px; }
1312.ui-icon-arrowthickstop-1-w { background-position: -240px -48px; }
1313.ui-icon-arrowreturnthick-1-w { background-position: 0 -64px; }
1314.ui-icon-arrowreturnthick-1-n { background-position: -16px -64px; }
1315.ui-icon-arrowreturnthick-1-e { background-position: -32px -64px; }
1316.ui-icon-arrowreturnthick-1-s { background-position: -48px -64px; }
1317.ui-icon-arrowreturn-1-w { background-position: -64px -64px; }
1318.ui-icon-arrowreturn-1-n { background-position: -80px -64px; }
1319.ui-icon-arrowreturn-1-e { background-position: -96px -64px; }
1320.ui-icon-arrowreturn-1-s { background-position: -112px -64px; }
1321.ui-icon-arrowrefresh-1-w { background-position: -128px -64px; }
1322.ui-icon-arrowrefresh-1-n { background-position: -144px -64px; }
1323.ui-icon-arrowrefresh-1-e { background-position: -160px -64px; }
1324.ui-icon-arrowrefresh-1-s { background-position: -176px -64px; }
1325.ui-icon-arrow-4 { background-position: 0 -80px; }
1326.ui-icon-arrow-4-diag { background-position: -16px -80px; }
1327.ui-icon-extlink { background-position: -32px -80px; }
1328.ui-icon-newwin { background-position: -48px -80px; }
1329.ui-icon-refresh { background-position: -64px -80px; }
1330.ui-icon-shuffle { background-position: -80px -80px; }
1331.ui-icon-transfer-e-w { background-position: -96px -80px; }
1332.ui-icon-transferthick-e-w { background-position: -112px -80px; }
1333.ui-icon-folder-collapsed { background-position: 0 -96px; }
1334.ui-icon-folder-open { background-position: -16px -96px; }
1335.ui-icon-document { background-position: -32px -96px; }
1336.ui-icon-document-b { background-position: -48px -96px; }
1337.ui-icon-note { background-position: -64px -96px; }
1338.ui-icon-mail-closed { background-position: -80px -96px; }
1339.ui-icon-mail-open { background-position: -96px -96px; }
1340.ui-icon-suitcase { background-position: -112px -96px; }
1341.ui-icon-comment { background-position: -128px -96px; }
1342.ui-icon-person { background-position: -144px -96px; }
1343.ui-icon-print { background-position: -160px -96px; }
1344.ui-icon-trash { background-position: -176px -96px; }
1345.ui-icon-locked { background-position: -192px -96px; }
1346.ui-icon-unlocked { background-position: -208px -96px; }
1347.ui-icon-bookmark { background-position: -224px -96px; }
1348.ui-icon-tag { background-position: -240px -96px; }
1349.ui-icon-home { background-position: 0 -112px; }
1350.ui-icon-flag { background-position: -16px -112px; }
1351.ui-icon-calendar { background-position: -32px -112px; }
1352.ui-icon-cart { background-position: -48px -112px; }
1353.ui-icon-pencil { background-position: -64px -112px; }
1354.ui-icon-clock { background-position: -80px -112px; }
1355.ui-icon-disk { background-position: -96px -112px; }
1356.ui-icon-calculator { background-position: -112px -112px; }
1357.ui-icon-zoomin { background-position: -128px -112px; }
1358.ui-icon-zoomout { background-position: -144px -112px; }
1359.ui-icon-search { background-position: -160px -112px; }
1360.ui-icon-wrench { background-position: -176px -112px; }
1361.ui-icon-gear { background-position: -192px -112px; }
1362.ui-icon-heart { background-position: -208px -112px; }
1363.ui-icon-star { background-position: -224px -112px; }
1364.ui-icon-link { background-position: -240px -112px; }
1365.ui-icon-cancel { background-position: 0 -128px; }
1366.ui-icon-plus { background-position: -16px -128px; }
1367.ui-icon-plusthick { background-position: -32px -128px; }
1368.ui-icon-minus { background-position: -48px -128px; }
1369.ui-icon-minusthick { background-position: -64px -128px; }
1370.ui-icon-close { background-position: -80px -128px; }
1371.ui-icon-closethick { background-position: -96px -128px; }
1372.ui-icon-key { background-position: -112px -128px; }
1373.ui-icon-lightbulb { background-position: -128px -128px; }
1374.ui-icon-scissors { background-position: -144px -128px; }
1375.ui-icon-clipboard { background-position: -160px -128px; }
1376.ui-icon-copy { background-position: -176px -128px; }
1377.ui-icon-contact { background-position: -192px -128px; }
1378.ui-icon-image { background-position: -208px -128px; }
1379.ui-icon-video { background-position: -224px -128px; }
1380.ui-icon-script { background-position: -240px -128px; }
1381.ui-icon-alert { background-position: 0 -144px; }
1382.ui-icon-info { background: url(../lib/css/Aristo/images/icon_sprite.png) 0 0 no-repeat !important; }
1383.ui-icon-notice { background-position: -32px -144px; }
1384.ui-icon-help { background-position: -48px -144px; }
1385.ui-icon-check { background-position: -64px -144px; }
1386.ui-icon-bullet { background-position: -80px -144px; }
1387.ui-icon-radio-off { background-position: -96px -144px; }
1388.ui-icon-radio-on { background-position: -112px -144px; }
1389.ui-icon-pin-w { background-position: -128px -144px; }
1390.ui-icon-pin-s { background-position: -144px -144px; }
1391.ui-icon-play { background-position: 0 -160px; }
1392.ui-icon-pause { background-position: -16px -160px; }
1393.ui-icon-seek-next { background-position: -32px -160px; }
1394.ui-icon-seek-prev { background-position: -48px -160px; }
1395.ui-icon-seek-end { background-position: -64px -160px; }
1396.ui-icon-seek-start { background-position: -80px -160px; }
1397/* ui-icon-seek-first is deprecated, use ui-icon-seek-start instead */
1398.ui-icon-seek-first { background-position: -80px -160px; }
1399.ui-icon-stop { background-position: -96px -160px; }
1400.ui-icon-eject { background-position: -112px -160px; }
1401.ui-icon-volume-off { background-position: -128px -160px; }
1402.ui-icon-volume-on { background-position: -144px -160px; }
1403.ui-icon-power { background-position: 0 -176px; }
1404.ui-icon-signal-diag { background-position: -16px -176px; }
1405.ui-icon-signal { background-position: -32px -176px; }
1406.ui-icon-battery-0 { background-position: -48px -176px; }
1407.ui-icon-battery-1 { background-position: -64px -176px; }
1408.ui-icon-battery-2 { background-position: -80px -176px; }
1409.ui-icon-battery-3 { background-position: -96px -176px; }
1410.ui-icon-circle-plus { background-position: 0 -192px; }
1411.ui-icon-circle-minus { background-position: -16px -192px; }
1412.ui-icon-circle-close { background-position: -32px -192px; }
1413.ui-icon-circle-triangle-e { background-position: -48px -192px; }
1414.ui-icon-circle-triangle-s { background-position: -64px -192px; }
1415.ui-icon-circle-triangle-w { background-position: -80px -192px; }
1416.ui-icon-circle-triangle-n { background-position: -96px -192px; }
1417.ui-icon-circle-arrow-e { background-position: -112px -192px; }
1418.ui-icon-circle-arrow-s { background-position: -128px -192px; }
1419.ui-icon-circle-arrow-w { background-position: -144px -192px; }
1420.ui-icon-circle-arrow-n { background-position: -160px -192px; }
1421.ui-icon-circle-zoomin { background-position: -176px -192px; }
1422.ui-icon-circle-zoomout { background-position: -192px -192px; }
1423.ui-icon-circle-check { background-position: -208px -192px; }
1424.ui-icon-circlesmall-plus { background-position: 0 -208px; }
1425.ui-icon-circlesmall-minus { background-position: -16px -208px; }
1426.ui-icon-circlesmall-close { background-position: -32px -208px; }
1427.ui-icon-squaresmall-plus { background-position: -48px -208px; }
1428.ui-icon-squaresmall-minus { background-position: -64px -208px; }
1429.ui-icon-squaresmall-close { background-position: -80px -208px; }
1430.ui-icon-grip-dotted-vertical { background-position: 0 -224px; }
1431.ui-icon-grip-dotted-horizontal { background-position: -16px -224px; }
1432.ui-icon-grip-solid-vertical { background-position: -32px -224px; }
1433.ui-icon-grip-solid-horizontal { background-position: -48px -224px; }
1434.ui-icon-gripsmall-diagonal-se { background-position: -64px -224px; }
1435.ui-icon-grip-diagonal-se { background-position: -80px -224px; }
1436
1437
1438/* Misc visuals
1439----------------------------------*/
1440
1441/* Corner radius */
1442.ui-corner-tl { -moz-border-radius-topleft: 3px; -webkit-border-top-left-radius: 3px; border-top-left-radius: 3px; }
1443.ui-corner-tr { -moz-border-radius-topright: 3px; -webkit-border-top-right-radius: 3px; border-top-right-radius: 3px; }
1444.ui-corner-bl { -moz-border-radius-bottomleft: 3px; -webkit-border-bottom-left-radius: 3px; border-bottom-left-radius: 3px; }
1445.ui-corner-br { -moz-border-radius-bottomright: 3px; -webkit-border-bottom-right-radius: 3px; border-bottom-right-radius: 3px; }
1446.ui-corner-top { -moz-border-radius-topleft: 3px; -webkit-border-top-left-radius: 3px; border-top-left-radius: 3px; -moz-border-radius-topright: 3px; -webkit-border-top-right-radius: 3px; border-top-right-radius: 3px; }
1447.ui-corner-bottom { -moz-border-radius-bottomleft: 3px; -webkit-border-bottom-left-radius: 3px; border-bottom-left-radius: 3px; -moz-border-radius-bottomright: 3px; -webkit-border-bottom-right-radius: 3px; border-bottom-right-radius: 3px; }
1448.ui-corner-right { -moz-border-radius-topright: 3px; -webkit-border-top-right-radius: 3px; border-top-right-radius: 3px; -moz-border-radius-bottomright: 3px; -webkit-border-bottom-right-radius: 3px; border-bottom-right-radius: 3px; }
1449.ui-corner-left { -moz-border-radius-topleft: 3px; -webkit-border-top-left-radius: 3px; border-top-left-radius: 3px; -moz-border-radius-bottomleft: 3px; -webkit-border-bottom-left-radius: 3px; border-bottom-left-radius: 3px; }
1450.ui-corner-all { -moz-border-radius: 3px; -webkit-border-radius: 3px; border-radius: 3px; }
1451
1452/* Overlays */
1453.ui-widget-overlay { background: #262b33; opacity: .70;filter:Alpha(Opacity=70); }
1454.ui-widget-shadow { margin: -8px 0 0 -8px; padding: 8px; background: #000000; opacity: .30;filter:Alpha(Opacity=30); -moz-border-radius: 8px; -webkit-border-radius: 8px; border-radius: 8px; }
1455
1456/*
1457 * jQuery UI Autocomplete 1.8.7
1458 *
1459 * Copyright 2010, AUTHORS.txt (http://jqueryui.com/about)
1460 * Dual licensed under the MIT or GPL Version 2 licenses.
1461 * http://jquery.org/license
1462 *
1463 * http://docs.jquery.com/UI/Autocomplete#theming
1464 */
1465.ui-autocomplete {
1466 position: absolute; cursor: default; z-index: 3;
1467 -moz-border-radius: 0;
1468 -webkit-border-radius: 0;
1469 border-radius: 0;
1470 -moz-box-shadow: 0 1px 5px rgba(0,0,0,0.3);
1471 -webkit-box-shadow: 0 1px 5px rgba(0,0,0,0.3);
1472 box-shadow: 0 1px 5px rgba(0,0,0,0.3);
1473}
1474
1475/* workarounds */
1476* html .ui-autocomplete { width:1px; } /* without this, the menu expands to 100% in IE6 */
1477
1478/*
1479 * jQuery UI Menu 1.8.7
1480 *
1481 * Copyright 2010, AUTHORS.txt (http://jqueryui.com/about)
1482 * Dual licensed under the MIT or GPL Version 2 licenses.
1483 * http://jquery.org/license
1484 *
1485 * http://docs.jquery.com/UI/Menu#theming
1486 */
1487.ui-menu {
1488 list-style:none;
1489 padding: 2px;
1490 margin: 0;
1491 display:block;
1492 float: left;
1493}
1494.ui-menu .ui-menu {
1495 margin-top: -3px;
1496}
1497.ui-menu .ui-menu-item {
1498 margin:0;
1499 padding: 0;
1500 zoom: 1;
1501 float: left;
1502 clear: left;
1503 width: 100%;
1504}
1505.ui-menu .ui-menu-item a {
1506 text-decoration:none;
1507 display:block;
1508 padding:.2em .4em;
1509 line-height:1.5;
1510 zoom:1;
1511}
1512.ui-menu .ui-menu-item a.ui-state-hover,
1513.ui-menu .ui-menu-item a.ui-state-active {
1514 font-weight: normal;
1515 margin: -1px;
1516 background: #5f83b9;
1517 color: #FFFFFF;
1518 text-shadow: 0px 1px 1px #234386;
1519 border-color: #466086;
1520 -moz-border-radius: 0;
1521 -webkit-border-radius: 0;
1522 border-radius: 0;
1523}
1524
1525/*
1526 * jQuery UI Datepicker 1.8.7
1527 *
1528 * Copyright 2010, AUTHORS.txt (http://jqueryui.com/about)
1529 * Dual licensed under the MIT or GPL Version 2 licenses.
1530 * http://jquery.org/license
1531 *
1532 * http://docs.jquery.com/UI/Datepicker#theming
1533 */
1534.ui-datepicker { width: 17em; padding: 0; display: none; border-color: #DDDDDD; }
1535.ui-datepicker {
1536 -moz-box-shadow: 0 4px 8px rgba(0,0,0,0.5);
1537 -webkit-box-shadow: 0 4px 8px rgba(0,0,0,0.5);
1538 box-shadow: 0 4px 8px rgba(0,0,0,0.5);
1539}
1540.ui-datepicker .ui-datepicker-header { position:relative; padding:.35em 0; border: none; border-bottom: 1px solid #B6B6B6; -moz-border-radius: 0; -webkit-border-radius: 0; border-radius: 0; }
1541.ui-datepicker .ui-datepicker-prev, .ui-datepicker .ui-datepicker-next { position:absolute; top: 6px; width: 1.8em; height: 1.8em; }
1542.ui-datepicker .ui-datepicker-prev-hover, .ui-datepicker .ui-datepicker-next-hover { border: 1px none; }
1543.ui-datepicker .ui-datepicker-prev { left:2px; }
1544.ui-datepicker .ui-datepicker-next { right:2px; }
1545.ui-datepicker .ui-datepicker-prev span { background-position: 0px -32px !important; }
1546.ui-datepicker .ui-datepicker-next span { background-position: -16px -32px !important; }
1547.ui-datepicker .ui-datepicker-prev-hover span { background-position: 0px -48px !important; }
1548.ui-datepicker .ui-datepicker-next-hover span { background-position: -16px -48px !important; }
1549.ui-datepicker .ui-datepicker-prev span, .ui-datepicker .ui-datepicker-next span { display: block; position: absolute; left: 50%; margin-left: -8px; top: 50%; margin-top: -8px; background: url(../lib/css/Aristo/images/icon_sprite.png) no-repeat; }
1550.ui-datepicker .ui-datepicker-title { margin: 0 2.3em; line-height: 1.8em; text-align: center; font-size: 12px; text-shadow: 0 1px 0 rgba(255,255,255,0.6); }
1551.ui-datepicker .ui-datepicker-title select { font-size:1em; margin:1px 0; }
1552.ui-datepicker select.ui-datepicker-month-year {width: 100%;}
1553.ui-datepicker select.ui-datepicker-month,
1554.ui-datepicker select.ui-datepicker-year { width: 49%;}
1555.ui-datepicker table {width: 100%; font-size: .9em; border-collapse: collapse; margin:0 0 .4em; }
1556.ui-datepicker th { padding: .7em .3em; text-align: center; font-weight: bold; border: 0; }
1557.ui-datepicker td { border: 0; padding: 1px; }
1558.ui-datepicker td span, .ui-datepicker td a { display: block; padding: .2em; text-align: right; text-decoration: none; }
1559.ui-datepicker .ui-datepicker-buttonpane { background-image: none; margin: .7em 0 0 0; padding:0 .2em; border-left: 0; border-right: 0; border-bottom: 0; }
1560.ui-datepicker .ui-datepicker-buttonpane button { float: right; margin: .5em .2em .4em; cursor: pointer; padding: .2em .6em .3em .6em; width:auto; overflow:visible; }
1561.ui-datepicker .ui-datepicker-buttonpane button.ui-datepicker-current { float:left; }
1562.ui-datepicker table .ui-state-highlight { border-color: #5F83B9; }
1563.ui-datepicker table .ui-state-hover { background: #5F83B9; color: #FFF; font-weight: bold; text-shadow: 0 1px 1px #234386; -webkit-box-shadow: 0 0px 0 rgba(255,255,255,0.6) inset; -moz-box-shadow: 0 0px 0 rgba(255,255,255,0.6) inset; box-shadow: 0 0px 0 rgba(255,255,255,0.6) inset; border-color: #5F83B9; }
1564.ui-datepicker-calendar .ui-state-default { background: transparent; border-color: #FFF; }
1565.ui-datepicker-calendar .ui-state-active { background: #5F83B9; border-color: #5F83B9; color: #FFF; font-weight: bold; text-shadow: 0 1px 1px #234386; }
1566
1567/* with multiple calendars */
1568.ui-datepicker.ui-datepicker-multi { width:auto; }
1569.ui-datepicker-multi .ui-datepicker-group { float:left; }
1570.ui-datepicker-multi .ui-datepicker-group table { width:95%; margin:0 auto .4em; }
1571.ui-datepicker-multi-2 .ui-datepicker-group { width:50%; }
1572.ui-datepicker-multi-3 .ui-datepicker-group { width:33.3%; }
1573.ui-datepicker-multi-4 .ui-datepicker-group { width:25%; }
1574.ui-datepicker-multi .ui-datepicker-group-last .ui-datepicker-header { border-left-width:0; }
1575.ui-datepicker-multi .ui-datepicker-group-middle .ui-datepicker-header { border-left-width:0; }
1576.ui-datepicker-multi .ui-datepicker-buttonpane { clear:left; }
1577.ui-datepicker-row-break { clear:both; width:100%; }
1578
1579/* RTL support */
1580.ui-datepicker-rtl { direction: rtl; }
1581.ui-datepicker-rtl .ui-datepicker-prev { right: 2px; left: auto; }
1582.ui-datepicker-rtl .ui-datepicker-next { left: 2px; right: auto; }
1583.ui-datepicker-rtl .ui-datepicker-prev:hover { right: 1px; left: auto; }
1584.ui-datepicker-rtl .ui-datepicker-next:hover { left: 1px; right: auto; }
1585.ui-datepicker-rtl .ui-datepicker-buttonpane { clear:right; }
1586.ui-datepicker-rtl .ui-datepicker-buttonpane button { float: left; }
1587.ui-datepicker-rtl .ui-datepicker-buttonpane button.ui-datepicker-current { float:right; }
1588.ui-datepicker-rtl .ui-datepicker-group { float:right; }
1589.ui-datepicker-rtl .ui-datepicker-group-last .ui-datepicker-header { border-right-width:0; border-left-width:1px; }
1590.ui-datepicker-rtl .ui-datepicker-group-middle .ui-datepicker-header { border-right-width:0; border-left-width:1px; }
1591
1592/* IE6 IFRAME FIX (taken from datepicker 1.5.3 */
1593.ui-datepicker-cover {
1594 display: none; /*sorry for IE5*/
1595 display/**/: block; /*sorry for IE5*/
1596 position: absolute; /*must have*/
1597 z-index: -1; /*must have*/
1598 filter: mask(); /*must have*/
1599 top: -4px; /*must have*/
1600 left: -4px; /*must have*/
1601 width: 200px; /*must have*/
1602 height: 200px; /*must have*/
1603}
1604
1605
1606
Rushabh Mehtaafaac602012-02-14 11:44:13 +05301607/*
Rushabh Mehtaf81a64e2012-03-07 18:19:41 +05301608 * lib/css/ui/list.css
Rushabh Mehta519f70b2012-03-09 16:44:21 +05301609 */
1610.hide {
Rushabh Mehtaf81a64e2012-03-07 18:19:41 +05301611 display: none;
1612}
1613
1614.list-filters {
1615 margin: 7px 0px;
1616}
1617
1618.wnlist .img-load {
1619 display: none;
1620 float: left;
1621 margin-left: 11px;
1622 margin-top: 8px;
1623}
1624
Rushabh Mehta2438de42012-03-15 16:43:46 +05301625/* list-row */
Rushabh Mehtaf81a64e2012-03-07 18:19:41 +05301626div.list-row {
1627 border-bottom: 1px solid #eee;
Rushabh Mehta2438de42012-03-15 16:43:46 +05301628 padding: 5px 0px;
Rushabh Mehtaf81a64e2012-03-07 18:19:41 +05301629}
1630div.list-row:hover {
1631 background-color: #eef
1632}
Rushabh Mehta2438de42012-03-15 16:43:46 +05301633div.list-row .label {
1634 margin-left: 3px;
1635}
1636div.list-row .main {
1637 margin-left: 4px;
1638 color: #444;
1639}
Rushabh Mehtaf81a64e2012-03-07 18:19:41 +05301640
Rushabh Mehta9f89e352012-03-09 17:51:39 +05301641div.paging-button {
1642 text-align: center;
1643 padding: 11px 0px;
1644}
1645
Rushabh Mehtaf81a64e2012-03-07 18:19:41 +05301646div.show_filters {
1647 display: none;
1648}
1649
1650div.filter_list {
1651 padding: 13px;
1652}
1653
1654div.show_filters.well {
1655 margin-top: 11px;
1656 margin-bottom: 11px;
1657}
1658
1659div.filter_list .run_btn {
1660 text-align: right;
1661}
1662
1663div.filter_list .add_filter {
1664 margin: 3px 0px;
1665}
1666
1667div.list_filter {
1668 margin: 7px 0px;
1669}
1670
1671div.list_filter input, div.list_filter select {
1672 width: 130px;
1673 margin-right: 7px;
1674}
1675
Rushabh Mehta2438de42012-03-15 16:43:46 +05301676/* bar */
1677
Rushabh Mehtaf81a64e2012-03-07 18:19:41 +05301678span.bar-outer {
1679 display: inline-block;
1680 margin: 0px 7px;
1681 margin-top: 3px;
1682 background-color: #fff;
1683 border: 1px solid #aaa;
1684 height: 10px;
1685}
1686
1687span.bar-inner {
1688 display: inline-block;
1689 background-color: #bdf;
1690 height: 100%;
1691 margin-bottom: 2px;
1692}
1693span.bar-complete {
1694 background-color: green;
1695}
1696
Rushabh Mehta519f70b2012-03-09 16:44:21 +05301697
Rushabh Mehta2438de42012-03-15 16:43:46 +05301698/* stats */
1699
1700div.stat-wrapper {
1701 margin-bottom: 19px;
1702}
1703
1704div.stat-grid {
1705 border: 2px solid #bbb;
1706 background-color: white;
1707 border-radius: 5px;
1708 -moz-border-radius: 5px;
1709 -webkit-border-radius: 5px;
1710 overflow: hidden;
1711}
1712
1713div.stat-label {
1714 position: relative;
1715 padding: 3px;
1716 text-align: center;
1717}
1718div.stat-label, div.stat-label a {
1719 z-index: 5;
1720}
1721
1722div.stat-item {
1723 position: relative;
1724 border-bottom: 1px solid #ddd;
1725}
1726div.stat-item:last-child {
1727 border-bottom: 0px solid #ddd;
1728}
1729
1730div.stat-bar {
1731 position: absolute;
1732 left: 0px;
1733 background-color: #def;
1734 height: 100%;
1735 z-index: 0;
1736}
1737
1738
1739
1740
1741
Rushabh Mehtaf81a64e2012-03-07 18:19:41 +05301742/*
Rushabh Mehta4dc2f432012-02-21 10:30:43 +05301743 * lib/css/bootstrap/headings.css
Rushabh Mehta519f70b2012-03-09 16:44:21 +05301744 */
1745/* heading from bootstrap */
Rushabh Mehta4dc2f432012-02-21 10:30:43 +05301746
1747h1,
1748h2,
1749h3,
1750h4,
1751h5,
1752h6 {
1753 margin: 0;
1754 font-weight: bold;
1755 color: #333333;
1756 text-rendering: optimizelegibility;
1757 margin-bottom: 0.3em;
1758}
1759h1 small,
1760h2 small,
1761h3 small,
1762h4 small,
1763h5 small,
1764h6 small {
1765 font-weight: normal;
1766 color: #999999;
1767}
1768h1 {
1769 font-size: 30px;
1770 line-height: 36px;
1771}
1772h1 small {
1773 font-size: 18px;
1774}
1775h2 {
1776 font-size: 24px;
1777 line-height: 36px;
1778}
1779h2 small {
1780 font-size: 18px;
1781}
1782h3 {
1783 line-height: 27px;
1784 font-size: 18px;
1785}
1786h3 small {
1787 font-size: 14px;
1788}
1789h4, h5, h6 {
1790 line-height: 18px;
1791}
1792h4 {
1793 font-size: 14px;
1794}
1795h4 small {
1796 font-size: 12px;
1797}
1798h5 {
1799 font-size: 12px;
1800}
1801h6 {
1802 font-size: 11px;
1803 color: #999999;
1804 text-transform: uppercase;
1805}
Rushabh Mehta519f70b2012-03-09 16:44:21 +05301806
Rushabh Mehta4dc2f432012-02-21 10:30:43 +05301807/*
1808 * lib/css/bootstrap/buttons.css
Rushabh Mehta519f70b2012-03-09 16:44:21 +05301809 */
1810.close {
Rushabh Mehta6e156c72012-02-21 11:19:24 +05301811 float: right;
1812 font-size: 20px;
1813 font-weight: bold;
Rushabh Mehtaafaac602012-02-14 11:44:13 +05301814 line-height: 18px;
Rushabh Mehta6e156c72012-02-21 11:19:24 +05301815 color: #000000;
1816 text-shadow: 0 1px 0 #ffffff;
1817 opacity: 0.2;
1818 filter: alpha(opacity=20);
Rushabh Mehtaafaac602012-02-14 11:44:13 +05301819}
Rushabh Mehta6e156c72012-02-21 11:19:24 +05301820.close:hover {
1821 color: #000000;
1822 text-decoration: none;
1823 opacity: 0.4;
1824 filter: alpha(opacity=40);
1825 cursor: pointer;
Rushabh Mehtaafaac602012-02-14 11:44:13 +05301826}
1827.btn {
Rushabh Mehtaafaac602012-02-14 11:44:13 +05301828 display: inline-block;
Rushabh Mehta6e156c72012-02-21 11:19:24 +05301829 padding: 4px 10px 4px;
1830 font-size: 13px;
1831 line-height: 18px;
1832 color: #333333;
1833 text-align: center;
1834 text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
1835 background-color: #fafafa;
Rushabh Mehtaafaac602012-02-14 11:44:13 +05301836 background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ffffff), color-stop(25%, #ffffff), to(#e6e6e6));
1837 background-image: -webkit-linear-gradient(#ffffff, #ffffff 25%, #e6e6e6);
1838 background-image: -moz-linear-gradient(top, #ffffff, #ffffff 25%, #e6e6e6);
1839 background-image: -ms-linear-gradient(#ffffff, #ffffff 25%, #e6e6e6);
1840 background-image: -o-linear-gradient(#ffffff, #ffffff 25%, #e6e6e6);
1841 background-image: linear-gradient(#ffffff, #ffffff 25%, #e6e6e6);
Rushabh Mehta6e156c72012-02-21 11:19:24 +05301842 background-repeat: no-repeat;
Rushabh Mehtaafaac602012-02-14 11:44:13 +05301843 filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#e6e6e6', GradientType=0);
Rushabh Mehtaafaac602012-02-14 11:44:13 +05301844 border: 1px solid #ccc;
1845 border-bottom-color: #bbb;
1846 -webkit-border-radius: 4px;
1847 -moz-border-radius: 4px;
1848 border-radius: 4px;
1849 -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
1850 -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
1851 box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
Rushabh Mehta6e156c72012-02-21 11:19:24 +05301852 cursor: pointer;
1853 *margin-left: .3em;
1854}
1855.btn:first-child {
1856 *margin-left: 0;
Rushabh Mehtaafaac602012-02-14 11:44:13 +05301857}
1858.btn:hover {
Rushabh Mehta6e156c72012-02-21 11:19:24 +05301859 color: #333333;
Rushabh Mehtaafaac602012-02-14 11:44:13 +05301860 text-decoration: none;
Rushabh Mehta6e156c72012-02-21 11:19:24 +05301861 background-color: #e6e6e6;
1862 background-position: 0 -15px;
1863 -webkit-transition: background-position 0.1s linear;
1864 -moz-transition: background-position 0.1s linear;
1865 -ms-transition: background-position 0.1s linear;
1866 -o-transition: background-position 0.1s linear;
1867 transition: background-position 0.1s linear;
Rushabh Mehtaafaac602012-02-14 11:44:13 +05301868}
1869.btn:focus {
Rushabh Mehta6e156c72012-02-21 11:19:24 +05301870 outline: thin dotted;
1871 outline: 5px auto -webkit-focus-ring-color;
1872 outline-offset: -2px;
Rushabh Mehtaafaac602012-02-14 11:44:13 +05301873}
Rushabh Mehta6e156c72012-02-21 11:19:24 +05301874.btn.active, .btn:active {
1875 background-image: none;
1876 -webkit-box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
1877 -moz-box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
1878 box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
1879 background-color: #e6e6e6;
1880 background-color: #d9d9d9 \9;
1881 color: rgba(0, 0, 0, 0.5);
1882 outline: 0;
Rushabh Mehtaafaac602012-02-14 11:44:13 +05301883}
Rushabh Mehta6e156c72012-02-21 11:19:24 +05301884.btn.disabled, .btn[disabled] {
Rushabh Mehtaafaac602012-02-14 11:44:13 +05301885 cursor: default;
1886 background-image: none;
Rushabh Mehta6e156c72012-02-21 11:19:24 +05301887 background-color: #e6e6e6;
Rushabh Mehtaafaac602012-02-14 11:44:13 +05301888 opacity: 0.65;
Rushabh Mehta6e156c72012-02-21 11:19:24 +05301889 filter: alpha(opacity=65);
Rushabh Mehtaafaac602012-02-14 11:44:13 +05301890 -webkit-box-shadow: none;
1891 -moz-box-shadow: none;
1892 box-shadow: none;
1893}
Rushabh Mehta6e156c72012-02-21 11:19:24 +05301894.btn-large {
1895 padding: 9px 14px;
Rushabh Mehtaafaac602012-02-14 11:44:13 +05301896 font-size: 15px;
1897 line-height: normal;
Rushabh Mehta6e156c72012-02-21 11:19:24 +05301898 -webkit-border-radius: 5px;
1899 -moz-border-radius: 5px;
1900 border-radius: 5px;
Rushabh Mehtaafaac602012-02-14 11:44:13 +05301901}
Rushabh Mehta6e156c72012-02-21 11:19:24 +05301902.btn-large .icon {
1903 margin-top: 1px;
1904}
1905.btn-small {
1906 padding: 5px 9px;
Rushabh Mehtaafaac602012-02-14 11:44:13 +05301907 font-size: 11px;
Rushabh Mehta6e156c72012-02-21 11:19:24 +05301908 line-height: 16px;
Rushabh Mehtaafaac602012-02-14 11:44:13 +05301909}
Rushabh Mehta6e156c72012-02-21 11:19:24 +05301910.btn-small .icon {
1911 margin-top: -1px;
Rushabh Mehtaafaac602012-02-14 11:44:13 +05301912}
Rushabh Mehta6e156c72012-02-21 11:19:24 +05301913.btn-primary,
1914.btn-primary:hover,
1915.btn-warning,
1916.btn-warning:hover,
1917.btn-danger,
1918.btn-danger:hover,
1919.btn-success,
1920.btn-success:hover,
1921.btn-info,
1922.btn-info:hover {
1923 text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
1924 color: #ffffff;
1925}
1926.btn-primary.active,
1927.btn-warning.active,
1928.btn-danger.active,
1929.btn-success.active,
1930.btn-info.active {
1931 color: rgba(255, 255, 255, 0.75);
1932}
1933.btn-primary {
1934 background-color: #006dcc;
1935 background-image: -moz-linear-gradient(top, #0088cc, #0044cc);
1936 background-image: -ms-linear-gradient(top, #0088cc, #0044cc);
1937 background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#0088cc), to(#0044cc));
1938 background-image: -webkit-linear-gradient(top, #0088cc, #0044cc);
1939 background-image: -o-linear-gradient(top, #0088cc, #0044cc);
1940 background-image: linear-gradient(top, #0088cc, #0044cc);
1941 background-repeat: repeat-x;
1942 filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#0088cc', endColorstr='#0044cc', GradientType=0);
1943 border-color: #0044cc #0044cc #002a80;
1944 border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
1945 filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
1946}
1947.btn-primary:hover,
1948.btn-primary:active,
1949.btn-primary.active,
1950.btn-primary.disabled,
1951.btn-primary[disabled] {
1952 background-color: #0044cc;
1953}
1954.btn-primary:active, .btn-primary.active {
1955 background-color: #003399 \9;
1956}
1957.btn-warning {
1958 background-color: #faa732;
1959 background-image: -moz-linear-gradient(top, #fbb450, #f89406);
1960 background-image: -ms-linear-gradient(top, #fbb450, #f89406);
1961 background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fbb450), to(#f89406));
1962 background-image: -webkit-linear-gradient(top, #fbb450, #f89406);
1963 background-image: -o-linear-gradient(top, #fbb450, #f89406);
1964 background-image: linear-gradient(top, #fbb450, #f89406);
1965 background-repeat: repeat-x;
1966 filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fbb450', endColorstr='#f89406', GradientType=0);
1967 border-color: #f89406 #f89406 #ad6704;
1968 border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
1969 filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
1970}
1971.btn-warning:hover,
1972.btn-warning:active,
1973.btn-warning.active,
1974.btn-warning.disabled,
1975.btn-warning[disabled] {
1976 background-color: #f89406;
1977}
1978.btn-warning:active, .btn-warning.active {
1979 background-color: #c67605 \9;
1980}
1981.btn-danger {
1982 background-color: #da4f49;
1983 background-image: -moz-linear-gradient(top, #ee5f5b, #bd362f);
1984 background-image: -ms-linear-gradient(top, #ee5f5b, #bd362f);
1985 background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ee5f5b), to(#bd362f));
1986 background-image: -webkit-linear-gradient(top, #ee5f5b, #bd362f);
1987 background-image: -o-linear-gradient(top, #ee5f5b, #bd362f);
1988 background-image: linear-gradient(top, #ee5f5b, #bd362f);
1989 background-repeat: repeat-x;
1990 filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ee5f5b', endColorstr='#bd362f', GradientType=0);
1991 border-color: #bd362f #bd362f #802420;
1992 border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
1993 filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
1994}
1995.btn-danger:hover,
1996.btn-danger:active,
1997.btn-danger.active,
1998.btn-danger.disabled,
1999.btn-danger[disabled] {
2000 background-color: #bd362f;
2001}
2002.btn-danger:active, .btn-danger.active {
2003 background-color: #942a25 \9;
2004}
2005.btn-success {
2006 background-color: #5bb75b;
2007 background-image: -moz-linear-gradient(top, #62c462, #51a351);
2008 background-image: -ms-linear-gradient(top, #62c462, #51a351);
2009 background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#62c462), to(#51a351));
2010 background-image: -webkit-linear-gradient(top, #62c462, #51a351);
2011 background-image: -o-linear-gradient(top, #62c462, #51a351);
2012 background-image: linear-gradient(top, #62c462, #51a351);
2013 background-repeat: repeat-x;
2014 filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#62c462', endColorstr='#51a351', GradientType=0);
2015 border-color: #51a351 #51a351 #387038;
2016 border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
2017 filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
2018}
2019.btn-success:hover,
2020.btn-success:active,
2021.btn-success.active,
2022.btn-success.disabled,
2023.btn-success[disabled] {
2024 background-color: #51a351;
2025}
2026.btn-success:active, .btn-success.active {
2027 background-color: #408140 \9;
2028}
2029.btn-info {
2030 background-color: #49afcd;
2031 background-image: -moz-linear-gradient(top, #5bc0de, #2f96b4);
2032 background-image: -ms-linear-gradient(top, #5bc0de, #2f96b4);
2033 background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#5bc0de), to(#2f96b4));
2034 background-image: -webkit-linear-gradient(top, #5bc0de, #2f96b4);
2035 background-image: -o-linear-gradient(top, #5bc0de, #2f96b4);
2036 background-image: linear-gradient(top, #5bc0de, #2f96b4);
2037 background-repeat: repeat-x;
2038 filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#5bc0de', endColorstr='#2f96b4', GradientType=0);
2039 border-color: #2f96b4 #2f96b4 #1f6377;
2040 border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
2041 filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
2042}
2043.btn-info:hover,
2044.btn-info:active,
2045.btn-info.active,
2046.btn-info.disabled,
2047.btn-info[disabled] {
2048 background-color: #2f96b4;
2049}
2050.btn-info:active, .btn-info.active {
2051 background-color: #24748c \9;
2052}
2053button.btn, input[type="submit"].btn {
2054 *padding-top: 2px;
2055 *padding-bottom: 2px;
2056}
2057button.btn::-moz-focus-inner, input[type="submit"].btn::-moz-focus-inner {
Rushabh Mehtaafaac602012-02-14 11:44:13 +05302058 padding: 0;
2059 border: 0;
2060}
Rushabh Mehta6e156c72012-02-21 11:19:24 +05302061button.btn.large, input[type="submit"].btn.large {
2062 *padding-top: 7px;
2063 *padding-bottom: 7px;
Rushabh Mehtaafaac602012-02-14 11:44:13 +05302064}
Rushabh Mehta6e156c72012-02-21 11:19:24 +05302065button.btn.small, input[type="submit"].btn.small {
2066 *padding-top: 3px;
2067 *padding-bottom: 3px;
2068}
2069.btn-group {
2070 position: relative;
2071 *zoom: 1;
2072 *margin-left: .3em;
2073}
2074.btn-group:before, .btn-group:after {
2075 display: table;
2076 content: "";
2077}
2078.btn-group:after {
2079 clear: both;
2080}
2081.btn-group:first-child {
2082 *margin-left: 0;
2083}
2084.btn-group + .btn-group {
2085 margin-left: 5px;
2086}
2087.btn-toolbar {
2088 margin-top: 9px;
2089 margin-bottom: 9px;
2090}
2091.btn-toolbar .btn-group {
2092 display: inline-block;
2093 *display: inline;
2094 /* IE7 inline-block hack */
2095
2096 *zoom: 1;
2097}
2098.btn-group .btn {
2099 position: relative;
2100 float: left;
2101 margin-left: -1px;
2102 -webkit-border-radius: 0;
2103 -moz-border-radius: 0;
2104 border-radius: 0;
2105}
2106.btn-group .btn:first-child {
2107 margin-left: 0;
2108 -webkit-border-top-left-radius: 4px;
2109 -moz-border-radius-topleft: 4px;
2110 border-top-left-radius: 4px;
2111 -webkit-border-bottom-left-radius: 4px;
2112 -moz-border-radius-bottomleft: 4px;
2113 border-bottom-left-radius: 4px;
2114}
2115.btn-group .btn:last-child, .btn-group .dropdown-toggle {
2116 -webkit-border-top-right-radius: 4px;
2117 -moz-border-radius-topright: 4px;
2118 border-top-right-radius: 4px;
2119 -webkit-border-bottom-right-radius: 4px;
2120 -moz-border-radius-bottomright: 4px;
2121 border-bottom-right-radius: 4px;
2122}
2123.btn-group .btn.large:first-child {
2124 margin-left: 0;
2125 -webkit-border-top-left-radius: 6px;
2126 -moz-border-radius-topleft: 6px;
2127 border-top-left-radius: 6px;
2128 -webkit-border-bottom-left-radius: 6px;
2129 -moz-border-radius-bottomleft: 6px;
2130 border-bottom-left-radius: 6px;
2131}
2132.btn-group .btn.large:last-child, .btn-group .large.dropdown-toggle {
2133 -webkit-border-top-right-radius: 6px;
2134 -moz-border-radius-topright: 6px;
2135 border-top-right-radius: 6px;
2136 -webkit-border-bottom-right-radius: 6px;
2137 -moz-border-radius-bottomright: 6px;
2138 border-bottom-right-radius: 6px;
2139}
2140.btn-group .btn:hover,
2141.btn-group .btn:focus,
2142.btn-group .btn:active,
2143.btn-group .btn.active {
2144 z-index: 2;
2145}
2146.btn-group .dropdown-toggle:active, .btn-group.open .dropdown-toggle {
2147 outline: 0;
2148}
2149.btn-group .dropdown-toggle {
2150 padding-left: 8px;
2151 padding-right: 8px;
2152 -webkit-box-shadow: inset 1px 0 0 rgba(255, 255, 255, 0.125), inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
2153 -moz-box-shadow: inset 1px 0 0 rgba(255, 255, 255, 0.125), inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
2154 box-shadow: inset 1px 0 0 rgba(255, 255, 255, 0.125), inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
2155 *padding-top: 5px;
2156 *padding-bottom: 5px;
2157}
2158.btn-group.open {
2159 *z-index: 1000;
2160}
2161.btn-group.open .dropdown-menu {
2162 display: block;
2163 margin-top: 1px;
2164 -webkit-border-radius: 5px;
2165 -moz-border-radius: 5px;
2166 border-radius: 5px;
2167}
2168.btn-group.open .dropdown-toggle {
2169 background-image: none;
2170 -webkit-box-shadow: inset 0 1px 6px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
2171 -moz-box-shadow: inset 0 1px 6px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
2172 box-shadow: inset 0 1px 6px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
2173}
2174.btn .caret {
2175 margin-top: 7px;
2176 margin-left: 0;
2177}
2178.btn:hover .caret, .open.btn-group .caret {
2179 opacity: 1;
2180 filter: alpha(opacity=100);
2181}
2182.btn-primary .caret,
2183.btn-danger .caret,
2184.btn-info .caret,
2185.btn-success .caret {
2186 border-top-color: #ffffff;
2187 opacity: 0.75;
2188 filter: alpha(opacity=75);
2189}
2190.btn-small .caret {
2191 margin-top: 4px;
Rushabh Mehtaafaac602012-02-14 11:44:13 +05302192}
Rushabh Mehta519f70b2012-03-09 16:44:21 +05302193
Rushabh Mehtaafaac602012-02-14 11:44:13 +05302194/*
Rushabh Mehta4dc2f432012-02-21 10:30:43 +05302195 * lib/css/bootstrap/navbar.css
Rushabh Mehta519f70b2012-03-09 16:44:21 +05302196 */
2197.nav {
Rushabh Mehta6e156c72012-02-21 11:19:24 +05302198 margin-left: 0;
2199 margin-bottom: 18px;
2200 list-style: none;
Rushabh Mehtaafaac602012-02-14 11:44:13 +05302201}
Rushabh Mehta6e156c72012-02-21 11:19:24 +05302202.nav > li > a {
Rushabh Mehtaafaac602012-02-14 11:44:13 +05302203 display: block;
Rushabh Mehta6e156c72012-02-21 11:19:24 +05302204}
2205.nav > li > a:hover {
2206 text-decoration: none;
2207 background-color: #eeeeee;
2208}
2209.nav-list {
2210 padding-left: 14px;
2211 padding-right: 14px;
2212 margin-bottom: 0;
2213}
2214.nav-list > li > a, .nav-list .nav-header {
2215 display: block;
2216 padding: 3px 15px;
2217 margin-left: -15px;
2218 margin-right: -15px;
2219 text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
2220}
2221.nav-list .nav-header {
2222 font-size: 11px;
2223 font-weight: bold;
2224 line-height: 18px;
2225 color: #999999;
2226 text-transform: uppercase;
2227}
2228.nav-list > li + .nav-header {
2229 margin-top: 9px;
2230}
2231.nav-list .active > a, .nav-list .active > a:hover {
Rushabh Mehtaafaac602012-02-14 11:44:13 +05302232 color: #ffffff;
Rushabh Mehta6e156c72012-02-21 11:19:24 +05302233 text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.2);
2234 background-color: #0088cc;
Rushabh Mehtaafaac602012-02-14 11:44:13 +05302235}
Rushabh Mehta6e156c72012-02-21 11:19:24 +05302236.nav-list [class^="icon-"] {
2237 margin-right: 2px;
Rushabh Mehtaafaac602012-02-14 11:44:13 +05302238}
Rushabh Mehta6e156c72012-02-21 11:19:24 +05302239.nav-tabs, .nav-pills {
2240 *zoom: 1;
Rushabh Mehtaafaac602012-02-14 11:44:13 +05302241}
Rushabh Mehta6e156c72012-02-21 11:19:24 +05302242.nav-tabs:before,
2243.nav-pills:before,
2244.nav-tabs:after,
2245.nav-pills:after {
2246 display: table;
2247 content: "";
2248}
2249.nav-tabs:after, .nav-pills:after {
2250 clear: both;
2251}
2252.nav-tabs > li, .nav-pills > li {
Rushabh Mehtaafaac602012-02-14 11:44:13 +05302253 float: left;
Rushabh Mehtaafaac602012-02-14 11:44:13 +05302254}
Rushabh Mehta6e156c72012-02-21 11:19:24 +05302255.nav-tabs > li > a, .nav-pills > li > a {
2256 padding-right: 12px;
2257 padding-left: 12px;
2258 margin-right: 2px;
2259 line-height: 14px;
Rushabh Mehtaafaac602012-02-14 11:44:13 +05302260}
Rushabh Mehta6e156c72012-02-21 11:19:24 +05302261.nav-tabs {
2262 border-bottom: 1px solid #ddd;
2263}
2264.nav-tabs > li {
2265 margin-bottom: -1px;
2266}
2267.nav-tabs > li > a {
2268 padding-top: 9px;
2269 padding-bottom: 9px;
2270 border: 1px solid transparent;
2271 -webkit-border-radius: 4px 4px 0 0;
2272 -moz-border-radius: 4px 4px 0 0;
2273 border-radius: 4px 4px 0 0;
2274}
2275.nav-tabs > li > a:hover {
2276 border-color: #eeeeee #eeeeee #dddddd;
2277}
2278.nav-tabs > .active > a, .nav-tabs > .active > a:hover {
2279 color: #555555;
2280 background-color: #ffffff;
2281 border: 1px solid #ddd;
2282 border-bottom-color: transparent;
2283 cursor: default;
2284}
2285.nav-pills > li > a {
2286 padding-top: 8px;
2287 padding-bottom: 8px;
2288 margin-top: 2px;
2289 margin-bottom: 2px;
2290 -webkit-border-radius: 5px;
2291 -moz-border-radius: 5px;
2292 border-radius: 5px;
2293}
2294.nav-pills .active > a, .nav-pills .active > a:hover {
Rushabh Mehtaafaac602012-02-14 11:44:13 +05302295 color: #ffffff;
Rushabh Mehta6e156c72012-02-21 11:19:24 +05302296 background-color: #0088cc;
2297}
2298.nav-stacked > li {
2299 float: none;
2300}
2301.nav-stacked > li > a {
2302 margin-right: 0;
2303}
2304.nav-tabs.nav-stacked {
2305 border-bottom: 0;
2306}
2307.nav-tabs.nav-stacked > li > a {
2308 border: 1px solid #ddd;
2309 -webkit-border-radius: 0;
2310 -moz-border-radius: 0;
2311 border-radius: 0;
2312}
2313.nav-tabs.nav-stacked > li:first-child > a {
2314 -webkit-border-radius: 4px 4px 0 0;
2315 -moz-border-radius: 4px 4px 0 0;
2316 border-radius: 4px 4px 0 0;
2317}
2318.nav-tabs.nav-stacked > li:last-child > a {
2319 -webkit-border-radius: 0 0 4px 4px;
2320 -moz-border-radius: 0 0 4px 4px;
2321 border-radius: 0 0 4px 4px;
2322}
2323.nav-tabs.nav-stacked > li > a:hover {
2324 border-color: #ddd;
2325 z-index: 2;
2326}
2327.nav-pills.nav-stacked > li > a {
2328 margin-bottom: 3px;
2329}
2330.nav-pills.nav-stacked > li:last-child > a {
2331 margin-bottom: 1px;
2332}
2333.nav-tabs .dropdown-menu, .nav-pills .dropdown-menu {
2334 margin-top: 1px;
2335 border-width: 1px;
2336}
2337.nav-pills .dropdown-menu {
Rushabh Mehtaafaac602012-02-14 11:44:13 +05302338 -webkit-border-radius: 4px;
2339 -moz-border-radius: 4px;
2340 border-radius: 4px;
Rushabh Mehta6e156c72012-02-21 11:19:24 +05302341}
2342.nav-tabs .dropdown-toggle .caret, .nav-pills .dropdown-toggle .caret {
2343 border-top-color: #0088cc;
2344 margin-top: 6px;
2345}
2346.nav-tabs .dropdown-toggle:hover .caret, .nav-pills .dropdown-toggle:hover .caret {
2347 border-top-color: #005580;
2348}
2349.nav-tabs .active .dropdown-toggle .caret, .nav-pills .active .dropdown-toggle .caret {
2350 border-top-color: #333333;
2351}
2352.nav > .dropdown.active > a:hover {
2353 color: #000000;
2354 cursor: pointer;
2355}
2356.nav-tabs .open .dropdown-toggle, .nav-pills .open .dropdown-toggle, .nav > .open.active > a:hover {
2357 color: #ffffff;
2358 background-color: #999999;
2359 border-color: #999999;
2360}
2361.nav .open .caret, .nav .open.active .caret, .nav .open a:hover .caret {
2362 border-top-color: #ffffff;
2363 opacity: 1;
2364 filter: alpha(opacity=100);
2365}
2366
2367.navbar {
Rushabh Mehtaafaac602012-02-14 11:44:13 +05302368 overflow: visible;
Rushabh Mehta4dc2f432012-02-21 10:30:43 +05302369 margin-bottom: 18px;
Rushabh Mehtaafaac602012-02-14 11:44:13 +05302370}
Rushabh Mehta4dc2f432012-02-21 10:30:43 +05302371.navbar-inner {
2372 padding-left: 20px;
2373 padding-right: 20px;
2374 background-color: #2c2c2c;
2375 background-image: -moz-linear-gradient(top, #333333, #222222);
2376 background-image: -ms-linear-gradient(top, #333333, #222222);
2377 background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#333333), to(#222222));
2378 background-image: -webkit-linear-gradient(top, #333333, #222222);
2379 background-image: -o-linear-gradient(top, #333333, #222222);
2380 background-image: linear-gradient(top, #333333, #222222);
2381 background-repeat: repeat-x;
2382 filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#333333', endColorstr='#222222', GradientType=0);
2383 -webkit-border-radius: 4px;
2384 -moz-border-radius: 4px;
2385 border-radius: 4px;
2386 -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.25), inset 0 -1px 0 rgba(0, 0, 0, 0.1);
2387 -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.25), inset 0 -1px 0 rgba(0, 0, 0, 0.1);
2388 box-shadow: 0 1px 3px rgba(0, 0, 0, 0.25), inset 0 -1px 0 rgba(0, 0, 0, 0.1);
2389}
2390.btn-navbar {
2391 display: none;
2392 float: right;
2393 padding: 7px 10px;
2394 margin-left: 5px;
2395 margin-right: 5px;
2396 background-color: #2c2c2c;
2397 background-image: -moz-linear-gradient(top, #333333, #222222);
2398 background-image: -ms-linear-gradient(top, #333333, #222222);
2399 background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#333333), to(#222222));
2400 background-image: -webkit-linear-gradient(top, #333333, #222222);
2401 background-image: -o-linear-gradient(top, #333333, #222222);
2402 background-image: linear-gradient(top, #333333, #222222);
2403 background-repeat: repeat-x;
2404 filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#333333', endColorstr='#222222', GradientType=0);
2405 border-color: #222222 #222222 #000000;
2406 border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
2407 filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
2408 -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.075);
2409 -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.075);
2410 box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.075);
2411}
2412.btn-navbar:hover,
2413.btn-navbar:active,
2414.btn-navbar.active,
2415.btn-navbar.disabled,
2416.btn-navbar[disabled] {
2417 background-color: #222222;
2418}
2419.btn-navbar:active, .btn-navbar.active {
2420 background-color: #080808 \9;
2421}
2422.btn-navbar .icon-bar {
2423 display: block;
2424 width: 18px;
2425 height: 2px;
2426 background-color: #f5f5f5;
2427 -webkit-border-radius: 1px;
2428 -moz-border-radius: 1px;
2429 border-radius: 1px;
2430 -webkit-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.25);
2431 -moz-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.25);
2432 box-shadow: 0 1px 0 rgba(0, 0, 0, 0.25);
2433}
2434.btn-navbar .icon-bar + .icon-bar {
2435 margin-top: 3px;
2436}
2437.nav-collapse.collapse {
2438 height: auto;
2439}
2440.navbar .brand:hover {
Rushabh Mehtaafaac602012-02-14 11:44:13 +05302441 text-decoration: none;
2442}
Rushabh Mehta4dc2f432012-02-21 10:30:43 +05302443.navbar .brand {
Rushabh Mehtaafaac602012-02-14 11:44:13 +05302444 float: left;
2445 display: block;
2446 padding: 8px 20px 12px;
Rushabh Mehtaafaac602012-02-14 11:44:13 +05302447 font-size: 20px;
2448 font-weight: 200;
2449 line-height: 1;
Rushabh Mehtaafaac602012-02-14 11:44:13 +05302450 color: #ffffff;
2451}
Rushabh Mehta4dc2f432012-02-21 10:30:43 +05302452.navbar .navbar-text {
2453 margin-bottom: 0;
2454 line-height: 40px;
2455 color: #999999;
2456}
2457.navbar .navbar-text a:hover {
2458 color: #ffffff;
2459 background-color: transparent;
2460}
2461.navbar .btn, .navbar .btn-group {
2462 margin-top: 5px;
2463}
2464.navbar .btn-group .btn {
2465 margin-top: 0;
2466}
2467.navbar-form {
2468 margin-bottom: 0;
2469 *zoom: 1;
2470}
2471.navbar-form:before, .navbar-form:after {
2472 display: table;
2473 content: "";
2474}
2475.navbar-form:after {
2476 clear: both;
2477}
2478.navbar-form input, .navbar-form select {
2479 display: inline-block;
2480 margin-top: 5px;
2481 margin-bottom: 0;
2482}
2483.navbar-form .radio, .navbar-form .checkbox {
2484 margin-top: 5px;
2485}
2486.navbar-form input[type="image"], .navbar-form input[type="checkbox"], .navbar-form input[type="radio"] {
2487 margin-top: 3px;
2488}
2489.navbar-search {
Rushabh Mehtaafaac602012-02-14 11:44:13 +05302490 position: relative;
Rushabh Mehta4dc2f432012-02-21 10:30:43 +05302491 float: left;
2492 margin-top: 6px;
2493 margin-bottom: 0;
Rushabh Mehtaafaac602012-02-14 11:44:13 +05302494}
Rushabh Mehta4dc2f432012-02-21 10:30:43 +05302495.navbar-search .search-query {
Rushabh Mehtaafaac602012-02-14 11:44:13 +05302496 padding: 4px 9px;
Rushabh Mehta4dc2f432012-02-21 10:30:43 +05302497 font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
2498 font-size: 13px;
2499 font-weight: normal;
2500 line-height: 1;
Rushabh Mehtaafaac602012-02-14 11:44:13 +05302501 color: #ffffff;
2502 color: rgba(255, 255, 255, 0.75);
Rushabh Mehta4dc2f432012-02-21 10:30:43 +05302503 background: #666;
2504 background: rgba(255, 255, 255, 0.3);
Rushabh Mehtaafaac602012-02-14 11:44:13 +05302505 border: 1px solid #111;
Rushabh Mehta4dc2f432012-02-21 10:30:43 +05302506 -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1), 0 1px 0px rgba(255, 255, 255, 0.15);
2507 -moz-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1), 0 1px 0px rgba(255, 255, 255, 0.15);
2508 box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1), 0 1px 0px rgba(255, 255, 255, 0.15);
Rushabh Mehtaafaac602012-02-14 11:44:13 +05302509 -webkit-transition: none;
2510 -moz-transition: none;
2511 -ms-transition: none;
2512 -o-transition: none;
2513 transition: none;
2514}
Rushabh Mehta4dc2f432012-02-21 10:30:43 +05302515.navbar-search .search-query :-moz-placeholder {
2516 color: #eeeeee;
Rushabh Mehtaafaac602012-02-14 11:44:13 +05302517}
Rushabh Mehta4dc2f432012-02-21 10:30:43 +05302518.navbar-search .search-query::-webkit-input-placeholder {
2519 color: #eeeeee;
Rushabh Mehtaafaac602012-02-14 11:44:13 +05302520}
Rushabh Mehta4dc2f432012-02-21 10:30:43 +05302521.navbar-search .search-query:hover {
Rushabh Mehtaafaac602012-02-14 11:44:13 +05302522 color: #ffffff;
Rushabh Mehta4dc2f432012-02-21 10:30:43 +05302523 background-color: #999999;
2524 background-color: rgba(255, 255, 255, 0.5);
Rushabh Mehtaafaac602012-02-14 11:44:13 +05302525}
Rushabh Mehta4dc2f432012-02-21 10:30:43 +05302526.navbar-search .search-query:focus, .navbar-search .search-query.focused {
Rushabh Mehtaafaac602012-02-14 11:44:13 +05302527 padding: 5px 10px;
Rushabh Mehta4dc2f432012-02-21 10:30:43 +05302528 color: #333333;
2529 text-shadow: 0 1px 0 #ffffff;
2530 background-color: #ffffff;
2531 border: 0;
Rushabh Mehtaafaac602012-02-14 11:44:13 +05302532 -webkit-box-shadow: 0 0 3px rgba(0, 0, 0, 0.15);
2533 -moz-box-shadow: 0 0 3px rgba(0, 0, 0, 0.15);
2534 box-shadow: 0 0 3px rgba(0, 0, 0, 0.15);
Rushabh Mehta4dc2f432012-02-21 10:30:43 +05302535 outline: 0;
Rushabh Mehtaafaac602012-02-14 11:44:13 +05302536}
Rushabh Mehta4dc2f432012-02-21 10:30:43 +05302537.navbar-fixed-top {
2538 position: fixed;
2539 top: 0;
2540 right: 0;
2541 left: 0;
2542 z-index: 1030;
Rushabh Mehtaafaac602012-02-14 11:44:13 +05302543}
Rushabh Mehta4dc2f432012-02-21 10:30:43 +05302544.navbar-fixed-top .navbar-inner {
2545 padding-left: 0;
2546 padding-right: 0;
2547 -webkit-border-radius: 0;
2548 -moz-border-radius: 0;
2549 border-radius: 0;
2550}
2551.navbar .nav {
2552 position: relative;
2553 left: 0;
Rushabh Mehtaafaac602012-02-14 11:44:13 +05302554 display: block;
2555 float: left;
2556 margin: 0 10px 0 0;
Rushabh Mehtaafaac602012-02-14 11:44:13 +05302557}
Rushabh Mehta4dc2f432012-02-21 10:30:43 +05302558.navbar .nav.pull-right {
2559 float: right;
2560}
2561.navbar .nav > li {
Rushabh Mehtaafaac602012-02-14 11:44:13 +05302562 display: block;
2563 float: left;
2564}
Rushabh Mehta4dc2f432012-02-21 10:30:43 +05302565.navbar .nav > li > a {
Rushabh Mehtaafaac602012-02-14 11:44:13 +05302566 float: none;
2567 padding: 10px 10px 11px;
2568 line-height: 19px;
Rushabh Mehta4dc2f432012-02-21 10:30:43 +05302569 color: #999999;
Rushabh Mehtaafaac602012-02-14 11:44:13 +05302570 text-decoration: none;
Rushabh Mehta4dc2f432012-02-21 10:30:43 +05302571 text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
Rushabh Mehtaafaac602012-02-14 11:44:13 +05302572}
Rushabh Mehta4dc2f432012-02-21 10:30:43 +05302573.navbar .nav > li > a:hover {
2574 background-color: transparent;
Rushabh Mehtaafaac602012-02-14 11:44:13 +05302575 color: #ffffff;
2576 text-decoration: none;
2577}
Rushabh Mehta4dc2f432012-02-21 10:30:43 +05302578.navbar .nav .active > a, .navbar .nav .active > a:hover {
2579 color: #ffffff;
2580 text-decoration: none;
2581 background-color: #222222;
Rushabh Mehtaafaac602012-02-14 11:44:13 +05302582 background-color: rgba(0, 0, 0, 0.5);
2583}
Rushabh Mehta4dc2f432012-02-21 10:30:43 +05302584.navbar .divider-vertical {
2585 height: 40px;
2586 width: 1px;
2587 margin: 0 9px;
2588 overflow: hidden;
2589 background-color: #222222;
2590 border-right: 1px solid #333333;
2591}
2592.navbar .nav.pull-right {
Rushabh Mehtaafaac602012-02-14 11:44:13 +05302593 margin-left: 10px;
2594 margin-right: 0;
2595}
Rushabh Mehta4dc2f432012-02-21 10:30:43 +05302596.navbar .dropdown-menu {
2597 margin-top: 1px;
2598 -webkit-border-radius: 4px;
2599 -moz-border-radius: 4px;
2600 border-radius: 4px;
Rushabh Mehtaafaac602012-02-14 11:44:13 +05302601}
Rushabh Mehta4dc2f432012-02-21 10:30:43 +05302602.navbar .dropdown-menu:before {
2603 content: '';
Rushabh Mehtaafaac602012-02-14 11:44:13 +05302604 display: inline-block;
Rushabh Mehta4dc2f432012-02-21 10:30:43 +05302605 border-left: 7px solid transparent;
2606 border-right: 7px solid transparent;
2607 border-bottom: 7px solid #ccc;
2608 border-bottom-color: rgba(0, 0, 0, 0.2);
Rushabh Mehtaafaac602012-02-14 11:44:13 +05302609 position: absolute;
Rushabh Mehta4dc2f432012-02-21 10:30:43 +05302610 top: -7px;
2611 left: 9px;
Rushabh Mehtaafaac602012-02-14 11:44:13 +05302612}
Rushabh Mehta4dc2f432012-02-21 10:30:43 +05302613.navbar .dropdown-menu:after {
2614 content: '';
2615 display: inline-block;
2616 border-left: 6px solid transparent;
2617 border-right: 6px solid transparent;
2618 border-bottom: 6px solid #ffffff;
2619 position: absolute;
2620 top: -6px;
2621 left: 10px;
Rushabh Mehtaafaac602012-02-14 11:44:13 +05302622}
Rushabh Mehta4dc2f432012-02-21 10:30:43 +05302623.navbar .nav .dropdown-toggle .caret, .navbar .nav .open.dropdown .caret {
2624 border-top-color: #ffffff;
Rushabh Mehtaafaac602012-02-14 11:44:13 +05302625}
Rushabh Mehta4dc2f432012-02-21 10:30:43 +05302626.navbar .nav .active .caret {
2627 opacity: 1;
2628 filter: alpha(opacity=100);
Rushabh Mehtaafaac602012-02-14 11:44:13 +05302629}
Rushabh Mehta4dc2f432012-02-21 10:30:43 +05302630.navbar .nav .open > .dropdown-toggle, .navbar .nav .active > .dropdown-toggle, .navbar .nav .open.active > .dropdown-toggle {
2631 background-color: transparent;
Rushabh Mehtaafaac602012-02-14 11:44:13 +05302632}
Rushabh Mehta4dc2f432012-02-21 10:30:43 +05302633.navbar .nav .active > .dropdown-toggle:hover {
Rushabh Mehtaafaac602012-02-14 11:44:13 +05302634 color: #ffffff;
Rushabh Mehtaafaac602012-02-14 11:44:13 +05302635}
Rushabh Mehta4dc2f432012-02-21 10:30:43 +05302636.navbar .nav.pull-right .dropdown-menu {
2637 left: auto;
2638 right: 0;
2639}
2640.navbar .nav.pull-right .dropdown-menu:before {
2641 left: auto;
2642 right: 12px;
2643}
2644.navbar .nav.pull-right .dropdown-menu:after {
2645 left: auto;
2646 right: 13px;
Rushabh Mehtaafaac602012-02-14 11:44:13 +05302647}
2648
Rushabh Mehtaafaac602012-02-14 11:44:13 +05302649/* ajax spinner */
Rushabh Mehta4dc2f432012-02-21 10:30:43 +05302650.navbar #spinner {
Rushabh Mehtaafaac602012-02-14 11:44:13 +05302651 display: block;
2652 float: right;
2653 width: 20px;
2654 margin-bottom: -5px;
2655 margin-top: 10px;
2656 visibility: hidden;
2657}
2658
Rushabh Mehta4dc2f432012-02-21 10:30:43 +05302659.navbar-inner {
Rushabh Mehtaafaac602012-02-14 11:44:13 +05302660 padding: 0px 20px;
2661}
Anand Doshi5b1beeb2012-02-27 17:17:48 +05302662
Rushabh Mehta519f70b2012-03-09 16:44:21 +05302663
Rushabh Mehtaafaac602012-02-14 11:44:13 +05302664/*
Rushabh Mehta4dc2f432012-02-21 10:30:43 +05302665 * lib/css/bootstrap/dropdown.css
Rushabh Mehta519f70b2012-03-09 16:44:21 +05302666 */
2667.dropdown {
Rushabh Mehta4dc2f432012-02-21 10:30:43 +05302668 position: relative;
2669}
2670.dropdown-toggle {
2671 *margin-bottom: -3px;
2672}
2673.dropdown-toggle:active, .open .dropdown-toggle {
2674 outline: 0;
2675}
2676.caret {
2677 display: inline-block;
2678 width: 0;
2679 height: 0;
2680 text-indent: -99999px;
2681 *text-indent: 0;
2682 vertical-align: top;
2683 border-left: 4px solid transparent;
2684 border-right: 4px solid transparent;
2685 border-top: 4px solid #000000;
2686 opacity: 0.3;
2687 filter: alpha(opacity=30);
2688 content: "\2193";
2689}
2690.dropdown .caret {
2691 margin-top: 8px;
2692 margin-left: 2px;
2693}
2694.dropdown:hover .caret, .open.dropdown .caret {
2695 opacity: 1;
2696 filter: alpha(opacity=100);
2697}
2698.dropdown-menu {
2699 position: absolute;
2700 top: 100%;
2701 left: 0;
2702 z-index: 1000;
2703 float: left;
2704 display: none;
2705 min-width: 160px;
2706 max-width: 220px;
2707 _width: 160px;
2708 padding: 4px 0;
2709 margin: 0;
2710 list-style: none;
2711 background-color: #ffffff;
2712 border-color: #ccc;
2713 border-color: rgba(0, 0, 0, 0.2);
2714 border-style: solid;
2715 border-width: 1px;
2716 -webkit-border-radius: 0 0 5px 5px;
2717 -moz-border-radius: 0 0 5px 5px;
2718 border-radius: 0 0 5px 5px;
2719 -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
2720 -moz-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
2721 box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
2722 -webkit-background-clip: padding-box;
2723 -moz-background-clip: padding;
2724 background-clip: padding-box;
2725 *border-right-width: 2px;
2726 *border-bottom-width: 2px;
2727}
2728.dropdown-menu.bottom-up {
2729 top: auto;
2730 bottom: 100%;
2731 margin-bottom: 2px;
2732}
2733.dropdown-menu .divider {
2734 height: 1px;
2735 margin: 5px 1px;
2736 overflow: hidden;
2737 background-color: #e5e5e5;
2738 border-bottom: 1px solid #ffffff;
2739 *width: 100%;
2740 *margin: -5px 0 5px;
2741}
2742.dropdown-menu a {
2743 display: block;
2744 padding: 3px 15px;
2745 clear: both;
2746 font-weight: normal;
2747 line-height: 18px;
2748 color: #555555;
2749 white-space: nowrap;
2750}
2751.dropdown-menu li > a:hover, .dropdown-menu .active > a, .dropdown-menu .active > a:hover {
2752 color: #ffffff;
2753 text-decoration: none;
2754 background-color: #0088cc;
2755}
2756.dropdown.open {
2757 *z-index: 1000;
2758}
2759.dropdown.open .dropdown-toggle {
2760 color: #ffffff;
2761 background: #ccc;
2762 background: rgba(0, 0, 0, 0.3);
2763}
2764.dropdown.open .dropdown-menu {
2765 display: block;
2766}
Rushabh Mehta519f70b2012-03-09 16:44:21 +05302767
Rushabh Mehta4dc2f432012-02-21 10:30:43 +05302768/*
Rushabh Mehtad0251332012-02-21 17:26:50 +05302769 * lib/css/bootstrap/tooltip.css
Rushabh Mehta519f70b2012-03-09 16:44:21 +05302770 */
2771.tooltip {
Rushabh Mehtad0251332012-02-21 17:26:50 +05302772 position: absolute;
2773 z-index: 1020;
2774 display: block;
2775 visibility: visible;
2776 padding: 5px;
2777 font-size: 11px;
2778 opacity: 0;
2779 filter: alpha(opacity=0);
2780}
2781.tooltip.in {
2782 opacity: 0.8;
2783 filter: alpha(opacity=80);
2784}
2785.tooltip.top {
2786 margin-top: -2px;
2787}
2788.tooltip.right {
2789 margin-left: 2px;
2790}
2791.tooltip.bottom {
2792 margin-top: 2px;
2793}
2794.tooltip.left {
2795 margin-left: -2px;
2796}
2797.tooltip.top .tooltip-arrow {
2798 bottom: 0;
2799 left: 50%;
2800 margin-left: -5px;
2801 border-left: 5px solid transparent;
2802 border-right: 5px solid transparent;
2803 border-top: 5px solid #000000;
2804}
2805.tooltip.left .tooltip-arrow {
2806 top: 50%;
2807 right: 0;
2808 margin-top: -5px;
2809 border-top: 5px solid transparent;
2810 border-bottom: 5px solid transparent;
2811 border-left: 5px solid #000000;
2812}
2813.tooltip.bottom .tooltip-arrow {
2814 top: 0;
2815 left: 50%;
2816 margin-left: -5px;
2817 border-left: 5px solid transparent;
2818 border-right: 5px solid transparent;
2819 border-bottom: 5px solid #000000;
2820}
2821.tooltip.right .tooltip-arrow {
2822 top: 50%;
2823 left: 0;
2824 margin-top: -5px;
2825 border-top: 5px solid transparent;
2826 border-bottom: 5px solid transparent;
2827 border-right: 5px solid #000000;
2828}
2829.tooltip-inner {
2830 max-width: 200px;
2831 padding: 3px 8px;
2832 color: #ffffff;
2833 text-align: center;
2834 text-decoration: none;
2835 background-color: #000000;
2836 -webkit-border-radius: 4px;
2837 -moz-border-radius: 4px;
2838 border-radius: 4px;
2839}
2840.tooltip-arrow {
2841 position: absolute;
2842 width: 0;
2843 height: 0;
2844}
2845.popover {
2846 position: absolute;
2847 top: 0;
2848 left: 0;
2849 z-index: 1010;
2850 display: none;
2851 padding: 5px;
2852}
2853.popover.top {
2854 margin-top: -5px;
2855}
2856.popover.right {
2857 margin-left: 5px;
2858}
2859.popover.bottom {
2860 margin-top: 5px;
2861}
2862.popover.left {
2863 margin-left: -5px;
2864}
2865.popover.top .arrow {
2866 bottom: 0;
2867 left: 50%;
2868 margin-left: -5px;
2869 border-left: 5px solid transparent;
2870 border-right: 5px solid transparent;
2871 border-top: 5px solid #000000;
2872}
2873.popover.right .arrow {
2874 top: 50%;
2875 left: 0;
2876 margin-top: -5px;
2877 border-top: 5px solid transparent;
2878 border-bottom: 5px solid transparent;
2879 border-right: 5px solid #000000;
2880}
2881.popover.bottom .arrow {
2882 top: 0;
2883 left: 50%;
2884 margin-left: -5px;
2885 border-left: 5px solid transparent;
2886 border-right: 5px solid transparent;
2887 border-bottom: 5px solid #000000;
2888}
2889.popover.left .arrow {
2890 top: 50%;
2891 right: 0;
2892 margin-top: -5px;
2893 border-top: 5px solid transparent;
2894 border-bottom: 5px solid transparent;
2895 border-left: 5px solid #000000;
2896}
2897.popover .arrow {
2898 position: absolute;
2899 width: 0;
2900 height: 0;
2901}
2902.popover-inner {
2903 padding: 3px;
2904 width: 280px;
2905 overflow: hidden;
2906 background: #000000;
2907 background: rgba(0, 0, 0, 0.8);
2908 -webkit-border-radius: 6px;
2909 -moz-border-radius: 6px;
2910 border-radius: 6px;
2911 -webkit-box-shadow: 0 3px 7px rgba(0, 0, 0, 0.3);
2912 -moz-box-shadow: 0 3px 7px rgba(0, 0, 0, 0.3);
2913 box-shadow: 0 3px 7px rgba(0, 0, 0, 0.3);
2914}
2915.popover-title {
2916 padding: 9px 15px;
2917 line-height: 1;
2918 background-color: #f5f5f5;
2919 border-bottom: 1px solid #eee;
2920 -webkit-border-radius: 3px 3px 0 0;
2921 -moz-border-radius: 3px 3px 0 0;
2922 border-radius: 3px 3px 0 0;
2923}
2924.popover-content {
2925 padding: 14px;
2926 background-color: #ffffff;
2927 -webkit-border-radius: 0 0 3px 3px;
2928 -moz-border-radius: 0 0 3px 3px;
2929 border-radius: 0 0 3px 3px;
2930 -webkit-background-clip: padding-box;
2931 -moz-background-clip: padding-box;
2932 background-clip: padding-box;
2933}
2934.popover-content p, .popover-content ul, .popover-content ol {
2935 margin-bottom: 0;
2936}
Rushabh Mehta519f70b2012-03-09 16:44:21 +05302937
Rushabh Mehtad0251332012-02-21 17:26:50 +05302938/*
Rushabh Mehta2886b952012-02-24 11:26:31 +05302939 * lib/css/bootstrap/label.css
Rushabh Mehta519f70b2012-03-09 16:44:21 +05302940 */
2941.label {
Rushabh Mehta2886b952012-02-24 11:26:31 +05302942 padding: 2px 4px 3px;
2943 font-size: 11.049999999999999px;
2944 font-weight: bold;
2945 color: #ffffff;
2946 text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
2947 background-color: #999999;
2948 -webkit-border-radius: 3px;
2949 -moz-border-radius: 3px;
2950 border-radius: 3px;
2951}
2952.label:hover {
2953 color: #ffffff;
2954 text-decoration: none;
2955}
2956.label-important {
2957 background-color: #b94a48;
2958}
2959.label-important:hover {
2960 background-color: #953b39;
2961}
2962.label-warning {
2963 background-color: #f89406;
2964}
2965.label-warning:hover {
2966 background-color: #c67605;
2967}
2968.label-success {
2969 background-color: #468847;
2970}
2971.label-success:hover {
2972 background-color: #356635;
2973}
2974.label-info {
2975 background-color: #3a87ad;
2976}
2977.label-info:hover {
2978 background-color: #2d6987;
2979}
Rushabh Mehta519f70b2012-03-09 16:44:21 +05302980
Rushabh Mehta2886b952012-02-24 11:26:31 +05302981/*
2982 * lib/css/bootstrap/icons.css
Rushabh Mehta519f70b2012-03-09 16:44:21 +05302983 */
2984[class^="icon-"], [class*=" icon-"] {
Rushabh Mehta2886b952012-02-24 11:26:31 +05302985 display: inline-block;
2986 width: 14px;
2987 height: 14px;
2988 line-height: 14px;
2989 vertical-align: text-top;
2990 background-image: url("../lib/images/icons/glyphicons-halflings.png");
2991 background-position: 14px 14px;
2992 background-repeat: no-repeat;
2993 *margin-right: .3em;
2994}
2995[class^="icon-"]:last-child, [class*=" icon-"]:last-child {
2996 *margin-left: 0;
2997}
2998.icon-white {
2999 background-image: url("../lib/images/icons/glyphicons-halflings-white.png");
3000}
3001.icon-glass {
3002 background-position: 0 0;
3003}
3004.icon-music {
3005 background-position: -24px 0;
3006}
3007.icon-search {
3008 background-position: -48px 0;
3009}
3010.icon-envelope {
3011 background-position: -72px 0;
3012}
3013.icon-heart {
3014 background-position: -96px 0;
3015}
3016.icon-star {
3017 background-position: -120px 0;
3018}
3019.icon-star-empty {
3020 background-position: -144px 0;
3021}
3022.icon-user {
3023 background-position: -168px 0;
3024}
3025.icon-film {
3026 background-position: -192px 0;
3027}
3028.icon-th-large {
3029 background-position: -216px 0;
3030}
3031.icon-th {
3032 background-position: -240px 0;
3033}
3034.icon-th-list {
3035 background-position: -264px 0;
3036}
3037.icon-ok {
3038 background-position: -288px 0;
3039}
3040.icon-remove {
3041 background-position: -312px 0;
3042}
3043.icon-zoom-in {
3044 background-position: -336px 0;
3045}
3046.icon-zoom-out {
3047 background-position: -360px 0;
3048}
3049.icon-off {
3050 background-position: -384px 0;
3051}
3052.icon-signal {
3053 background-position: -408px 0;
3054}
3055.icon-cog {
3056 background-position: -432px 0;
3057}
3058.icon-trash {
3059 background-position: -456px 0;
3060}
3061.icon-home {
3062 background-position: 0 -24px;
3063}
3064.icon-file {
3065 background-position: -24px -24px;
3066}
3067.icon-time {
3068 background-position: -48px -24px;
3069}
3070.icon-road {
3071 background-position: -72px -24px;
3072}
3073.icon-download-alt {
3074 background-position: -96px -24px;
3075}
3076.icon-download {
3077 background-position: -120px -24px;
3078}
3079.icon-upload {
3080 background-position: -144px -24px;
3081}
3082.icon-inbox {
3083 background-position: -168px -24px;
3084}
3085.icon-play-circle {
3086 background-position: -192px -24px;
3087}
3088.icon-repeat {
3089 background-position: -216px -24px;
3090}
3091.icon-refresh {
3092 background-position: -240px -24px;
3093}
3094.icon-list-alt {
3095 background-position: -264px -24px;
3096}
3097.icon-lock {
3098 background-position: -287px -24px;
3099}
3100.icon-flag {
3101 background-position: -312px -24px;
3102}
3103.icon-headphones {
3104 background-position: -336px -24px;
3105}
3106.icon-volume-off {
3107 background-position: -360px -24px;
3108}
3109.icon-volume-down {
3110 background-position: -384px -24px;
3111}
3112.icon-volume-up {
3113 background-position: -408px -24px;
3114}
3115.icon-qrcode {
3116 background-position: -432px -24px;
3117}
3118.icon-barcode {
3119 background-position: -456px -24px;
3120}
3121.icon-tag {
3122 background-position: 0 -48px;
3123}
3124.icon-tags {
3125 background-position: -25px -48px;
3126}
3127.icon-book {
3128 background-position: -48px -48px;
3129}
3130.icon-bookmark {
3131 background-position: -72px -48px;
3132}
3133.icon-print {
3134 background-position: -96px -48px;
3135}
3136.icon-camera {
3137 background-position: -120px -48px;
3138}
3139.icon-font {
3140 background-position: -144px -48px;
3141}
3142.icon-bold {
3143 background-position: -167px -48px;
3144}
3145.icon-italic {
3146 background-position: -192px -48px;
3147}
3148.icon-text-height {
3149 background-position: -216px -48px;
3150}
3151.icon-text-width {
3152 background-position: -240px -48px;
3153}
3154.icon-align-left {
3155 background-position: -264px -48px;
3156}
3157.icon-align-center {
3158 background-position: -288px -48px;
3159}
3160.icon-align-right {
3161 background-position: -312px -48px;
3162}
3163.icon-align-justify {
3164 background-position: -336px -48px;
3165}
3166.icon-list {
3167 background-position: -360px -48px;
3168}
3169.icon-indent-left {
3170 background-position: -384px -48px;
3171}
3172.icon-indent-right {
3173 background-position: -408px -48px;
3174}
3175.icon-facetime-video {
3176 background-position: -432px -48px;
3177}
3178.icon-picture {
3179 background-position: -456px -48px;
3180}
3181.icon-pencil {
3182 background-position: 0 -72px;
3183}
3184.icon-map-marker {
3185 background-position: -24px -72px;
3186}
3187.icon-adjust {
3188 background-position: -48px -72px;
3189}
3190.icon-tint {
3191 background-position: -72px -72px;
3192}
3193.icon-edit {
3194 background-position: -96px -72px;
3195}
3196.icon-share {
3197 background-position: -120px -72px;
3198}
3199.icon-check {
3200 background-position: -144px -72px;
3201}
3202.icon-move {
3203 background-position: -168px -72px;
3204}
3205.icon-step-backward {
3206 background-position: -192px -72px;
3207}
3208.icon-fast-backward {
3209 background-position: -216px -72px;
3210}
3211.icon-backward {
3212 background-position: -240px -72px;
3213}
3214.icon-play {
3215 background-position: -264px -72px;
3216}
3217.icon-pause {
3218 background-position: -288px -72px;
3219}
3220.icon-stop {
3221 background-position: -312px -72px;
3222}
3223.icon-forward {
3224 background-position: -336px -72px;
3225}
3226.icon-fast-forward {
3227 background-position: -360px -72px;
3228}
3229.icon-step-forward {
3230 background-position: -384px -72px;
3231}
3232.icon-eject {
3233 background-position: -408px -72px;
3234}
3235.icon-chevron-left {
3236 background-position: -432px -72px;
3237}
3238.icon-chevron-right {
3239 background-position: -456px -72px;
3240}
3241.icon-plus-sign {
3242 background-position: 0 -96px;
3243}
3244.icon-minus-sign {
3245 background-position: -24px -96px;
3246}
3247.icon-remove-sign {
3248 background-position: -48px -96px;
3249}
3250.icon-ok-sign {
3251 background-position: -72px -96px;
3252}
3253.icon-question-sign {
3254 background-position: -96px -96px;
3255}
3256.icon-info-sign {
3257 background-position: -120px -96px;
3258}
3259.icon-screenshot {
3260 background-position: -144px -96px;
3261}
3262.icon-remove-circle {
3263 background-position: -168px -96px;
3264}
3265.icon-ok-circle {
3266 background-position: -192px -96px;
3267}
3268.icon-ban-circle {
3269 background-position: -216px -96px;
3270}
3271.icon-arrow-left {
3272 background-position: -240px -96px;
3273}
3274.icon-arrow-right {
3275 background-position: -264px -96px;
3276}
3277.icon-arrow-up {
3278 background-position: -289px -96px;
3279}
3280.icon-arrow-down {
3281 background-position: -312px -96px;
3282}
3283.icon-share-alt {
3284 background-position: -336px -96px;
3285}
3286.icon-resize-full {
3287 background-position: -360px -96px;
3288}
3289.icon-resize-small {
3290 background-position: -384px -96px;
3291}
3292.icon-plus {
3293 background-position: -408px -96px;
3294}
3295.icon-minus {
3296 background-position: -433px -96px;
3297}
3298.icon-asterisk {
3299 background-position: -456px -96px;
3300}
3301.icon-exclamation-sign {
3302 background-position: 0 -120px;
3303}
3304.icon-gift {
3305 background-position: -24px -120px;
3306}
3307.icon-leaf {
3308 background-position: -48px -120px;
3309}
3310.icon-fire {
3311 background-position: -72px -120px;
3312}
3313.icon-eye-open {
3314 background-position: -96px -120px;
3315}
3316.icon-eye-close {
3317 background-position: -120px -120px;
3318}
3319.icon-warning-sign {
3320 background-position: -144px -120px;
3321}
3322.icon-plane {
3323 background-position: -168px -120px;
3324}
3325.icon-calendar {
3326 background-position: -192px -120px;
3327}
3328.icon-random {
3329 background-position: -216px -120px;
3330}
3331.icon-comment {
3332 background-position: -240px -120px;
3333}
3334.icon-magnet {
3335 background-position: -264px -120px;
3336}
3337.icon-chevron-up {
3338 background-position: -288px -120px;
3339}
3340.icon-chevron-down {
3341 background-position: -313px -119px;
3342}
3343.icon-retweet {
3344 background-position: -336px -120px;
3345}
3346.icon-shopping-cart {
3347 background-position: -360px -120px;
3348}
3349.icon-folder-close {
3350 background-position: -384px -120px;
3351}
3352.icon-folder-open {
3353 background-position: -408px -120px;
3354}
3355.icon-resize-vertical {
3356 background-position: -432px -119px;
3357}
3358.icon-resize-horizontal {
3359 background-position: -456px -118px;
3360}
Rushabh Mehta519f70b2012-03-09 16:44:21 +05303361
Rushabh Mehta2886b952012-02-24 11:26:31 +05303362/*
Rushabh Mehtad48417c2012-03-19 18:42:13 +05303363 * lib/css/bootstrap/popover.css
3364 */
3365.popover {
3366 position: absolute;
3367 top: 0;
3368 left: 0;
3369 z-index: 1010;
3370 display: none;
3371 padding: 5px;
3372}
3373.popover.top {
3374 margin-top: -5px;
3375}
3376.popover.right {
3377 margin-left: 5px;
3378}
3379.popover.bottom {
3380 margin-top: 5px;
3381}
3382.popover.left {
3383 margin-left: -5px;
3384}
3385.popover.top .arrow {
3386 bottom: 0;
3387 left: 50%;
3388 margin-left: -5px;
3389 border-left: 5px solid transparent;
3390 border-right: 5px solid transparent;
3391 border-top: 5px solid #000000;
3392}
3393.popover.right .arrow {
3394 top: 50%;
3395 left: 0;
3396 margin-top: -5px;
3397 border-top: 5px solid transparent;
3398 border-bottom: 5px solid transparent;
3399 border-right: 5px solid #000000;
3400}
3401.popover.bottom .arrow {
3402 top: 0;
3403 left: 50%;
3404 margin-left: -5px;
3405 border-left: 5px solid transparent;
3406 border-right: 5px solid transparent;
3407 border-bottom: 5px solid #000000;
3408}
3409.popover.left .arrow {
3410 top: 50%;
3411 right: 0;
3412 margin-top: -5px;
3413 border-top: 5px solid transparent;
3414 border-bottom: 5px solid transparent;
3415 border-left: 5px solid #000000;
3416}
3417.popover .arrow {
3418 position: absolute;
3419 width: 0;
3420 height: 0;
3421}
3422.popover-inner {
3423 padding: 3px;
3424 width: 280px;
3425 overflow: hidden;
3426 background: #000000;
3427 background: rgba(0, 0, 0, 0.8);
3428 -webkit-border-radius: 6px;
3429 -moz-border-radius: 6px;
3430 border-radius: 6px;
3431 -webkit-box-shadow: 0 3px 7px rgba(0, 0, 0, 0.3);
3432 -moz-box-shadow: 0 3px 7px rgba(0, 0, 0, 0.3);
3433 box-shadow: 0 3px 7px rgba(0, 0, 0, 0.3);
3434}
3435.popover-title {
3436 padding: 9px 15px;
3437 line-height: 1;
3438 background-color: #f5f5f5;
3439 border-bottom: 1px solid #eee;
3440 -webkit-border-radius: 3px 3px 0 0;
3441 -moz-border-radius: 3px 3px 0 0;
3442 border-radius: 3px 3px 0 0;
3443}
3444.popover-content {
3445 padding: 14px;
3446 background-color: #ffffff;
3447 -webkit-border-radius: 0 0 3px 3px;
3448 -moz-border-radius: 0 0 3px 3px;
3449 border-radius: 0 0 3px 3px;
3450 -webkit-background-clip: padding-box;
3451 -moz-background-clip: padding-box;
3452 background-clip: padding-box;
3453}
3454.popover-content p, .popover-content ul, .popover-content ol {
3455 margin-bottom: 0;
3456}
3457
3458/*
Rushabh Mehtaafaac602012-02-14 11:44:13 +05303459 * erpnext/startup/startup.css
Rushabh Mehta519f70b2012-03-09 16:44:21 +05303460 */
3461h1, h2, h3, h4, h5 {
Rushabh Mehtaafaac602012-02-14 11:44:13 +05303462 font-family: Tahoma, Arial, Verdana, sans-serif;
3463 font-weight: bold;
3464}
3465
3466body {
3467 font-family: 'Lucida Grande', 'Lucida Sans Unicode', Verdana, sans-serif;
3468 font-size: 12px;
3469}
3470
3471span, div, td, input, textarea, button, select {
3472 font-family: inherit;
3473}
3474
3475body {
Rushabh Mehta5d267a42012-03-01 18:53:06 +05303476 background: url(../images/stripedbg.png) repeat;
Rushabh Mehtaafaac602012-02-14 11:44:13 +05303477}
3478
3479.erpnext-footer {
Rushabh Mehta4c1e9e72012-03-01 13:30:34 +05303480 margin: 11px auto;
Rushabh Mehtaafaac602012-02-14 11:44:13 +05303481 text-align: center;
3482}
3483
Rushabh Mehtaafaac602012-02-14 11:44:13 +05303484.module-icons {
3485 background: url(../images/module-icons.png) no-repeat top left;
3486 width:16px;
3487 height:16px;
3488}
3489
3490.module-icons-accounts{ background-position: 0 0; }
3491.module-icons-analysis{ background-position: 0 -66px; }
3492.module-icons-buying{ background-position: 0 -132px; }
3493.module-icons-home{ background-position: 0 -198px; }
3494.module-icons-hr{ background-position: 0 -264px; }
3495.module-icons-people{ background-position: 0 -330px; }
3496.module-icons-production{ background-position: 0 -396px; }
3497.module-icons-projects{ background-position: 0 -462px; }
3498.module-icons-selling{ background-position: 0 -528px; }
3499.module-icons-setup{ background-position: 0 -594px; }
3500.module-icons-stock{ background-position: 0 -660px; }
Anand Doshic3023be2012-02-20 16:31:55 +05303501.module-icons-support{ background-position: 0 -726px; }
3502
Anand Doshidb628762012-02-24 17:56:00 +05303503.navbar-new-comments {
Anand Doshic3023be2012-02-20 16:31:55 +05303504 margin: -3px 0px;
3505 padding: 2px;
Anand Doshic3023be2012-02-20 16:31:55 +05303506 min-width: 20px;
3507 text-align: center;
3508 display: inline-block;
3509 border-radius: 2px;
Anand Doshi5b1beeb2012-02-27 17:17:48 +05303510 color: #999999;
3511 background-color: #333131;
3512}
3513
3514.navbar-new-comments:hover,
3515.navbar-new-comments:active,
3516.navbar-new-comments:focus {
3517 color: #fff;
3518}
3519
3520
3521.navbar-new-comments-true {
3522 color: #fff;
3523 background-color: #B00D07;
3524}
3525
3526.navbar-icon-home {
3527 vertical-align: middle;
3528 opacity:0.4;
3529 Filter:alpha(opacity=40); /* For IE8 and earlier */
3530}
3531
3532.navbar-icon-home:hover,
3533.navbar-icon-home:focus,
Anand Doshiac144122012-02-27 19:16:24 +05303534.navbar-icon-home:active,
3535.navbar-icon-home-hover{
Anand Doshi5b1beeb2012-02-27 17:17:48 +05303536 opacity:1;
3537 Filter:alpha(opacity=100); /* For IE8 and earlier */
3538}
3539
3540/*extra size menus for recent*/
3541.dropdown-menu#toolbar-recent, .dropdown-menu#toolbar-options, .dropdown-menu#toolbar-help{
3542 min-width: 160px !important;
3543 max-width: 260px !important;
Anand Doshic3023be2012-02-20 16:31:55 +05303544}
Rushabh Mehta519f70b2012-03-09 16:44:21 +05303545