default.css revision 498d710a4f66ec8b6fff4c965235f226b56cd2dd
1/* color definitions */
2/* 16 column layout */
3/* clearfix idiom */
4/* common mixins */
5/* page layout + top-level styles */
6::selection {
7  background-color: #0099cc;
8  color: #fff; }
9::-webkit-selection {
10  background-color: #0099cc;
11  color: #fff; }
12::-moz-selection {
13  background-color: #0099cc;
14  color: #fff; }
15
16html, body {
17  height: 100%;
18  margin: 0;
19  padding: 0;
20  background-color:#F9F9F9;
21  -webkit-font-smoothing: antialiased;
22  /* prevent subpixel antialiasing, which thickens the text */
23  /* text-rendering: optimizeLegibility; */
24  /* turned off ligatures due to bug 5945455 */ }
25
26body {
27  color: #222;
28  font: 14px/19px Roboto, sans-serif;
29  font-weight: 400;
30  letter-spacing:.1;
31  padding:0 10px; }
32
33#page-container {
34  width: 940px;
35  margin: 0 40px; }
36
37#page-header {
38  height: 80px;
39  margin-bottom: 20px;
40  font-size: 48px;
41  line-height: 48px;
42  font-weight: 100;
43  padding-left: 10px; }
44  #page-header a {
45    display: block;
46    position: relative;
47    top: 20px;
48    text-decoration: none;
49    color: #555555 !important; }
50
51#main-row {
52  display: inline-block; }
53  #main-row:after {
54    content: ".";
55    display: block;
56    height: 0;
57    clear: both;
58    visibility: hidden; }
59  * html #main-row {
60    height: 1px; }
61
62#page-footer {
63  margin-left: 190px;
64  margin-top: 80px;
65  color: #999999;
66  padding-bottom: 40px;
67  font-size: 12px;
68  line-height: 15px; }
69  #page-footer a {
70    color: #777777; }
71  #page-footer #copyright {
72    margin-bottom: 10px; }
73
74#nav-container {
75  width: 160px;
76  min-height: 10px;
77  margin-right: 20px;
78  float: left; }
79
80#nav {
81  margin:0;
82  padding:0 0 30px;
83}
84
85#side-nav {
86  min-height:5px; /* silly way to avoid doc floating left when nav goes fixed */
87  margin-bottom:1px;
88}
89#devdoc-nav {
90  outline:none;
91  width:auto;
92  margin: 20px 0 0; }
93
94#devdoc-nav h2 {
95  border:0;
96}
97
98#devdoc-nav.fixed {
99  position: fixed;
100  margin:0;
101  top: 20px; }
102
103#devdoc-nav span.small {
104  font-size:12px;
105  font-weight:normal;
106}
107
108#content {
109  width: 760px;
110  float: left; }
111
112a:hover,
113acronym:hover {
114  color: #7aa1b0 !important; }
115
116a:focus,
117a:active {
118  color: #33b5e5 !important; }
119
120a.external-link {
121  background:url('../images/styles/open_new_page.png') no-repeat 100% 50%;
122  padding-right:16px;
123}
124
125img {
126  border: none; }
127#jd-content img {
128  margin-bottom:15px;
129}
130
131ul {
132  margin: 0;
133  padding: 0; }
134
135strong {
136  font-weight: 500; }
137
138em {
139  font-style: italic; }
140
141acronym,
142.tooltip-link {
143  border-bottom: 1px dotted #555555;
144  cursor: help; }
145
146acronym:hover,
147.tooltip-link:hover {
148  color: #7aa1b0;
149  border-bottom-color: #7aa1b0; }
150
151img.with-shadow,
152video.with-shadow {
153  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.25); }
154
155/* disclosures mixin */
156/* content layout */
157.layout-content-row {
158  display: inline-block;
159  margin-bottom: 10px; }
160  .layout-content-row:after {
161    content: ".";
162    display: block;
163    height: 0;
164    clear: both;
165    visibility: hidden; }
166  * html .layout-content-row {
167    height: 1px; }
168
169.layout-content-col {
170  float: left;
171  margin-left: 20px; }
172  .layout-content-col:first-child {
173    margin-left: 0; }
174  .layout-content-col h3,
175  .layout-content-col h4 {
176    margin-top:0; }
177
178.layout-content-col.span-1 {
179  width: 40px; }
180
181.layout-content-col.span-2 {
182  width: 100px; }
183
184.layout-content-col.span-3 {
185  width: 160px; }
186
187.layout-content-col.span-4 {
188  width: 220px; }
189
190.layout-content-col.span-5 {
191  width: 280px; }
192
193.layout-content-col.span-6 {
194  width: 340px; }
195
196.layout-content-col.span-7 {
197  width: 400px; }
198
199.layout-content-col.span-8 {
200  width: 460px; }
201
202.layout-content-col.span-9 {
203  width: 520px; }
204
205.layout-content-col.span-10 {
206  width: 580px; }
207
208.layout-content-col.span-11 {
209  width: 640px; }
210
211.layout-content-col.span-12 {
212  width: 700px; }
213
214.layout-content-col.span-13 {
215  width: 760px; }
216
217.vspace.size-1 {
218  height: 10px; }
219
220.vspace.size-2 {
221  height: 20px; }
222
223.vspace.size-3 {
224  height: 30px; }
225
226.vspace.size-4 {
227  height: 40px; }
228
229.vspace.size-5 {
230  height: 50px; }
231
232.vspace.size-6 {
233  height: 60px; }
234
235.vspace.size-7 {
236  height: 70px; }
237
238.vspace.size-8 {
239  height: 80px; }
240
241.vspace.size-9 {
242  height: 90px; }
243
244.vspace.size-10 {
245  height: 100px; }
246
247.vspace.size-11 {
248  height: 110px; }
249
250.vspace.size-12 {
251  height: 120px; }
252
253.vspace.size-13 {
254  height: 130px; }
255
256.vspace.size-14 {
257  height: 140px; }
258
259.vspace.size-15 {
260  height: 150px; }
261
262.vspace.size-16 {
263  height: 160px; }
264
265/* nav */
266#nav {
267  /* section header divs */
268  /* expanded section header divs */
269  /* sublinks */ }
270  #nav li {
271    list-style-type: none;
272    font-size: 14px;
273    margin:0;
274    padding:0;
275    line-height: 15px; }
276  #nav a {
277    color: #555555;
278    text-decoration: none;
279    word-wrap:break-word; }
280  #nav .nav-section-header {
281    position: relative;
282    margin-bottom: 1px;
283    padding: 0 30px 0 0; }
284  #nav li.selected a, #nav li.selected > .nav-section-header > a {
285    color: #09C;
286  }
287  #nav li.selected ul li a {
288  /* don't highlight child items */
289    color: #555555; }
290  #nav .nav-section .nav-section .nav-section-header {
291    /* no white line between second level sections */
292    margin-bottom: 0; }
293    /* section header links */
294    #nav > li > div > a {
295      display: block;
296      color: #333333;
297      font-weight: 500;
298      padding: 10px 0 10px 10px; }
299    #nav .nav-section-header:after {
300      content: '';
301      background: transparent url(../images/styles/disclosure_down.png) no-repeat scroll 50% 50%;
302      width: 34px;
303      height: 34px;
304      display: block;
305      position: absolute;
306      top: 0;
307      right: 0; }
308    #nav .nav-section-header.empty {
309      padding:0; }
310    #nav .nav-section-header.empty:after {
311      display: none; }
312    /* nested nav headers */
313    #nav .nav-section .nav-section {
314      position: relative;
315      padding: 0;
316      margin: 0; }
317    #nav .nav-section li a {
318    /* first gen child (2nd level li) */
319      display:block;
320      font-weight: normal;
321      text-transform: none;
322      padding: 7px 5px 7px 10px;
323       }
324    #nav .nav-section li li a {
325    /* second gen child (3rd level li) */
326      padding: 5px 5px 5px 10px;
327       }
328  #nav li.expanded .nav-section-header {
329    background:#e9e9e9;
330    background: rgba(0, 0, 0, 0.05); }
331  #nav li.expanded li .nav-section-header {
332    background: transparent; }
333  #nav li.expanded li ul {
334  /* 3rd level ul */
335    padding:0 0 0 10px;
336  }
337    #nav li.expanded > .nav-section-header:after {
338      content: '';
339      background: transparent url(../images/styles/disclosure_up.png) no-repeat scroll 50% 50%;
340      width: 34px;
341      height: 34px; }
342  #nav li.expanded li ul.tree-list-children {
343    padding: 0;
344  }
345  #nav li.expanded li ul.tree-list-children .tree-list-children {
346    padding:0 0 0 10px;
347  }
348  #nav li span.tree-list-subtitle {
349    display:inline-block;
350    padding:5px 0 0 10px;
351    color:#555;
352    text-transform:uppercase;
353    font-size:12px;
354  }
355  #nav li span.tree-list-subtitle:before {
356    content: '—';
357  }
358  #nav li span.tree-list-subtitle:after {
359    content: '—';
360  }
361  #nav li ul {
362    display:none;
363    overflow: hidden;
364    margin: 0; }
365    #nav li ul.animate-height-in {
366      -webkit-transition: height 0.25s ease-in;
367      -moz-transition: height 0.25s ease-in;
368      transition: height 0.25s ease-in; }
369    #nav li ul.animate-height-out {
370      -webkit-transition: height 0.25s ease-out;
371      -moz-transition: height 0.25s ease-out;
372      transition: height 0.25s ease-out; }
373    #nav li ul li {
374      padding: 0; }
375      #nav li li li {
376        padding: 0; }
377  #nav li.expanded ul {
378    }
379    #nav li ul > li {
380      padding:0;
381    }
382    #nav li ul > li:last-child {
383      padding-bottom:5px;
384    }
385    #nav li ul.tree-list-children > li:last-child {
386      padding-bottom:0;
387    }
388    #nav li.expanded ul > li {
389      background:#efefef;
390      background: rgba(0, 0, 0, 0.03); }
391    #nav li.expanded ul > li li {
392      background:inherit; }
393  #nav li ul.tree-list-children ul {
394    display:block; }
395
396.new,
397.new-child {
398  font-size: .78em;
399  font-weight: bold;
400  color: #ff3d3d;
401  vertical-align:top;
402  white-space:nowrap;
403}
404
405/* content header */
406.content-header {
407  height: 30px;
408  margin:20px 0 25px;
409  padding:0 0 10px;}
410.content-header.just-links {
411  margin-bottom:0;
412  padding-bottom:0;}
413
414.content-header h1 {
415  color:#000;
416  margin:0;
417  border-bottom:0;
418  padding:0;
419}
420
421.content-footer {
422  border-top: 1px solid #ccc;
423  margin-top: 10px;
424  padding-top:10px;
425  height: 30px; }
426
427.content-footer .col-9 {
428  margin-left:0;
429}
430.content-footer .col-4 {
431  margin-right:0;
432}
433.content-footer.wrap {
434  width:940px;
435}
436
437.paging-links {
438  position: relative; }
439  .paging-links a {
440    position: absolute; }
441  .paging-links a,
442  .training-nav-top a {
443    font-size: 14px;
444    line-height: 30px;
445    color: #555555;
446    text-decoration: none;
447    text-transform: uppercase; }
448    .paging-links .prev-page-link:before,
449    .training-nav-top .prev-page-link:before {
450      content: '';
451      background: transparent url(../images/styles/disclosure_left.png) no-repeat scroll 50% 50%;
452      width: 10px;
453      height: 10px;
454      display: inline-block;
455      margin-right: 5px; }
456    .training-nav-top .next-page-link,
457    .training-nav-top .start-class-link,
458    .training-nav-top .start-course-link {
459    right: 10px; }
460    .paging-links .prev-page-link {
461      left: -15px; }
462    .paging-links .next-page-link {
463      right: 0px; }
464    .next-page-link:after,
465    .start-class-link:after,
466    .start-course-link:after,
467    .next-class-link:after,
468    .go-link:after {
469      content: '';
470      background: transparent url(../images/styles/disclosure_right.png) no-repeat scroll 50% 50%;
471      width: 10px;
472      height: 10px;
473      display: inline-block;
474      margin-left: 5px; }
475
476
477  .training-nav-top a {
478    display:block;
479    float:left;
480    width:122px;
481    height:28px;
482    padding: 8px;
483    line-height:28px;
484    text-align:center;
485    border:1px solid #DADADA;
486    border-bottom:0;
487  }
488
489  .training-nav-top a.next-page-link {
490    border-left:0;
491    width:123px;
492  }
493
494  .paging-links a.disabled,
495  .training-nav-top a.disabled,
496  .content-footer a.disabled {
497    color:#bbb;
498  }
499
500  .paging-links a.disabled:hover,
501  .training-nav-top a.disabled:hover,
502  .content-footer a.disabled:hover {
503    cursor:default;
504    color:#bbb !important;
505  }
506
507  .training-nav-top a.start-class-link,
508  .training-nav-top a.start-course-link {
509    width:262px;
510  }
511
512  /* list of classes on course landing page */
513  ol.class-list {
514    list-style:none;
515    margin-left:0;
516  }
517  ol.class-list>li {
518    margin:0 0 15px;
519    padding:5px 0 0;
520    overflow:hidden;
521    border-top:1px solid #ccc;
522  }
523  ol.class-list li a.title {
524    font-size:16px;
525    margin:0;
526    clear:left;
527    display:block;
528    height:32px;
529    padding:0 4px;
530  }
531  ol.class-list li a.title h2 {
532    color:inherit;
533    margin:0 0 10px;
534    display:block;
535    float:left;
536    width:675px;
537  }
538  ol.class-list li a.title span {
539    display:none;
540    float:left;
541    font-size:18px;
542    font-weight:bold;
543    background: transparent url(../images/styles/disclosure_right.png) no-repeat scroll 50% 50%;
544    width: 10px;
545    height: 32px;
546  }
547  ol.class-list li a.title:hover {
548    background:#ddd;
549    color:#258AAF !important;
550  }
551  ol.class-list li a.title:hover span {
552    display:block;
553  }
554
555  #jd-content
556  ol.class-list li img {
557    float:left;
558    clear:left;
559    width:64px;
560    margin:0 20px 0 0;
561  }
562  ol.class-list li p.description {
563    float:left;
564    display:block;
565    width:250px;
566    margin:0;
567  }
568  ol.class-list li p.description.article {
569    width: 550px;
570  }
571  ol.class-list ol {
572    float:left;
573    width:320px;
574    margin:0 0 0 30px;
575    list-style:none;
576    margin:0 0 0 20px;
577  }
578  ol.class-list div.lessons li {
579    margin:0 0 6px;
580    line-height:16px;
581  }
582
583
584  .hide {
585    display:none !important;
586  }
587
588  .content-footer.next-class {
589    display:block;
590    border:0;
591    margin-top:0;
592    padding-top:0;
593  }
594
595  .content-footer.next-class a.next-class-link {
596    display:block;
597    float:right;
598    text-transform:uppercase;
599  }
600
601
602
603  /* inner-doc tabs w/ title */
604
605div#title-tabs-wrapper {
606  border-bottom:1px solid #ccc;
607  margin:20px 0 30px;
608}
609h1.with-title-tabs {
610  display:inline-block;
611  margin:0 0 -1px 0;
612  padding:0 60px 0 0;
613  border-bottom:1px solid #F9F9F9;
614}
615ul#title-tabs {
616  list-style:none;
617  padding:0;
618  height:29px;
619  margin:0;
620  font-size:16px;
621  line-height:26px;
622  display:inline-block;
623  vertical-align:bottom;
624}
625ul#title-tabs li {
626  display:block;
627  float:left;
628  margin-right:40px;
629  border-bottom: 3px solid transparent;
630}
631ul#title-tabs li.selected {
632  border-bottom: 3px solid #93C;
633}
634ul#title-tabs li a {
635  color:#333;
636}
637ul#title-tabs li a:hover,
638ul#title-tabs li a:active {
639  color:#93C !important;
640}
641
642
643
644/* content body */
645@-webkit-keyframes glowheader {
646  from {
647    background-color: #33b5e5;
648    color: #000;
649    border-bottom-color: #000; }
650
651  to {
652    background-color: transparent;
653    color: #33b5e5;
654    border-bottom-color: #33b5e5; } }
655
656@-moz-keyframes glowheader {
657  from {
658    background-color: #33b5e5;
659    color: #000;
660    border-bottom-color: #000; }
661
662  to {
663    background-color: transparent;
664    color: #33b5e5;
665    border-bottom-color: #33b5e5; } }
666
667@keyframes glowheader {
668  from {
669    background-color: #33b5e5;
670    color: #000;
671    border-bottom-color: #000; }
672
673  to {
674    background-color: transparent;
675    color: #33b5e5;
676    border-bottom-color: #33b5e5; } }
677
678h2:target,
679h3:target {
680    -webkit-animation-name: glowheader;
681    -moz-animation-name: glowheader;
682    animation-name: glowheader;
683    -webkit-animation-duration: 0.7s;
684    -moz-animation-duration: 0.7s;
685    animation-duration: 0.7s;
686    -webkit-animation-timing-function: ease-out;
687    -moz-animation-timing-function: ease-out;
688    animation-timing-function: ease-out; }
689
690.design ol h4 {
691  margin-bottom:0;
692}
693.design ol {
694  counter-reset: item; }
695  .design ol>li {
696    font-size: 14px;
697    line-height: 20px;
698    list-style-type: none;
699    position: relative; }
700    .design ol>li:before {
701      content: counter(item) ". ";
702      counter-increment: item;
703      position: absolute;
704      left: -20px;
705      top: 0; }
706    .design ol li.value-1:before {
707      content: "1. "; }
708    .design ol li.value-2:before {
709      content: "2. "; }
710    .design ol li.value-3:before {
711      content: "3. "; }
712    .design ol li.value-4:before {
713      content: "4. "; }
714    .design ol li.value-5:before {
715      content: "5. "; }
716    .design ol li.value-6:before {
717      content: "6. "; }
718    .design ol li.value-7:before {
719      content: "7. "; }
720    .design ol li.value-8:before {
721      content: "8. "; }
722    .design ol li.value-9:before {
723      content: "9. "; }
724    .design ol li.value-10:before {
725      content: "10. "; }
726.design .with-callouts ol>li {
727  list-style-position: inside;
728  margin-left: 0; }
729  .design .with-callouts ol>li:before {
730    display: inline;
731    left: -20px;
732    float: left;
733    width: 17px;
734    color: #33b5e5;
735    font-weight: 500; }
736.design .with-callouts ul>li {
737  list-style-position: outside; }
738
739/* special list items */
740li.no-bullet {
741  list-style-type: none !important; }
742li.no-bullet *{
743  margin:0; }
744
745.design li.with-icon {
746  position: relative;
747  margin-left: 20px;
748  min-height: 30px; }
749  .design li.with-icon p {
750    margin-left: 0 !important; }
751  .design li.with-icon:before {
752    position: absolute;
753    left: -40px;
754    top: 0;
755    content: '';
756    width: 30px;
757    height: 30px; }
758  .design li.with-icon.tablet:before {
759    background-image: url(../images/styles/ico_phone_tablet.png); }
760  .design li.with-icon.web:before {
761    background-image: url(../images/styles/ico_web.png); }
762  .design li.with-icon.action:before {
763    background-image: url(../images/styles/ico_action.png); }
764  .design li.with-icon.use:before {
765    background-image: url(../images/styles/ico_use.png); }
766
767/* figures and callouts */
768.figure {
769  position: relative; }
770  .figure.pad-below {
771    margin-bottom: 20px; }
772  .figure .figure-callout {
773    position: absolute;
774    color: #fff;
775    font-weight: 500;
776    font-size: 16px;
777    line-height: 23px;
778    text-align: center;
779    background: transparent url(../images/styles/callout.png) no-repeat scroll 50% 50%;
780    padding-right: 2px;
781    width: 30px;
782    height: 29px;
783    z-index: 1000; }
784    .figure .figure-callout.top {
785      top: -9px; }
786    .figure .figure-callout.right {
787      right: -5px; }
788
789.figure-caption {
790  margin: 0 10px 20px 0;
791  font-size: 14px;
792  line-height: 20px;
793  font-style: italic; }
794
795/* rows of figures */
796.figure-row {
797  font-size: 0;
798  line-height: 0;
799  /* to prevent space between figures */ }
800  .figure-row .figure {
801    display: inline-block;
802    vertical-align: top; }
803  .figure-row .figure + .figure {
804    margin-left: 10px;
805    /* reintroduce space between figures */ }
806
807/* video  containers */
808.framed-galaxynexus-land-span-13 {
809  background: transparent url(../images/styles/device_galaxynexus_blank_land_span13.png) no-repeat
810scroll top left;
811  padding: 42px 122px 62px 126px;
812  overflow: hidden; }
813  .framed-galaxynexus-land-span-13, .framed-galaxynexus-land-span-13 video,
814.framed-galaxynexus-land-span-13 img {
815    width: 512px;
816    height: 286px; }
817
818
819.framed-galaxynexus-land-span-8{
820  background: transparent url(../images/styles/device_galaxynexus_blank_land_span8.png) no-repeat
821scroll top left;
822  padding: 26px 68px 38px 72px;
823  overflow: hidden; }
824  .framed-galaxynexus-land-span-8, .framed-galaxynexus-land-span-8 video,
825.framed-galaxynexus-land-span-8 img {
826    width: 320px;
827    height: 180px; }
828
829.framed-galaxynexus-port-span-9 {
830  background: transparent url(../images/styles/device_galaxynexus_blank_port_span9.png) no-repeat
831scroll top left;
832  padding: 95px 122px 107px 124px;
833  overflow: hidden; }
834  .framed-galaxynexus-port-span-9, .framed-galaxynexus-port-span-9 video,
835.framed-galaxynexus-port-span-9 img {
836    width: 274px;
837    height: 488px; }
838
839.framed-galaxynexus-port-span-5 {
840  background: transparent url(../images/styles/device_galaxynexus_blank_port_span5.png) no-repeat
841scroll top left;
842  padding: 75px 31px 76px 33px;
843  overflow: hidden; }
844  .framed-galaxynexus-port-span-5, .framed-galaxynexus-port-span-5 video,
845.framed-galaxynexus-port-span-5 img {
846    width: 216px;
847    height: 384px; }
848
849.framed-nexus4-port-216 {
850  background: transparent url(../images/styles/device_nexus4_blank_port_432.png) no-repeat
851scroll top left;
852  background-size:240px 465px;
853  padding: 52px 12px 52px 12px;
854  overflow: hidden; }
855  .framed-nexus4-port-216, .framed-nexus4-port-216 video,
856  .framed-nexus4-port-216 img {
857    width: 216px;
858    height: 360px; }
859
860
861/* landing page disclosures */
862.landing-page-link {
863  text-decoration: none;
864  font-weight: 500;
865  color: #333333; }
866  .landing-page-link:after {
867    content: '';
868    background: transparent url(../images/styles/disclosure_right.png) no-repeat scroll 50% 50%;
869    width: 10px;
870    height: 10px;
871    display: inline-block;
872    margin-left: 5px; }
873
874/* tooltips */
875.tooltip-box {
876  position: absolute;
877  background-color: rgba(0, 0, 0, 0.9);
878  border-radius: 2px;
879  font-size: 14px;
880  line-height: 20px;
881  color: #fff;
882  padding: 6px 10px;
883  max-width: 250px;
884  z-index: 10000; }
885  .tooltip-box.below:after {
886    position: absolute;
887    content: '';
888    line-height: 0;
889    display: block;
890    top: -10px;
891    left: 5px;
892    border: 5px solid transparent;
893    border-bottom-color: rgba(0, 0, 0, 0.9); }
894
895/* video note */
896.video-instructions {
897  margin-top: 10px;
898  margin-bottom: 10px; }
899  .video-instructions:before {
900    content: '';
901    background: transparent url(../images/styles/ico_movie_inline.png) no-repeat scroll top left;
902    display: inline-block;
903    width: 12px;
904    height: 12px;
905    margin-right: 8px; }
906  .video-instructions:after {
907    content: 'Click device screen to replay movie.'; }
908
909/* download buttons */
910.download-button {
911  display: block;
912  margin-bottom: 5px;
913  text-decoration: none;
914  background-color: #33b5e5;
915  color: #fff !important;
916  font-weight: 500;
917  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.12);
918  padding: 6px 12px;
919  border-radius: 2px; }
920  .download-button:hover, .download-button:focus {
921    background-color: #0099cc;
922    color: #fff !important; }
923  .download-button:active {
924    background-color: #006699; }
925
926/* UI tables and other things found in Writing style and Settings pattern */
927.ui-table {
928  width: 100%;
929  background-color: #282828;
930  color: #fff;
931  border-radius: 2px;
932  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.25);
933  border-collapse: separate; }
934  .ui-table th,
935  .ui-table td {
936    padding: 5px 10px;
937    background-color: inherit;
938    border:0;}
939  .ui-table thead th {
940    font-weight: bold; }
941  .ui-table tfoot td {
942    border-top: 1px solid #494949;
943    border-right: 1px solid #494949;
944    text-align: center; }
945    .ui-table tfoot td:last-child {
946      border-right: 0; }
947
948.layout-with-list-item-margins {
949  margin-left: 30px !important; }
950
951.emulate-content-left-padding {
952  margin-left: 10px; }
953
954.do-dont-label {
955  margin-bottom: 10px;
956  padding-left: 20px;
957  background: transparent none no-repeat scroll 0px 3px; }
958  .do-dont-label.bad {
959    background-image: url(../images/styles/ico_wrong.png); }
960  .do-dont-label.good {
961    background-image: url(../images/styles/ico_good.png); }
962
963
964
965
966
967
968
969
970
971
972
973
974
975
976
977
978
979
980
981/***** PREVIOUSLY style.css ******************/
982
983
984
985
986
987@media screen, projection, print {
988[dir='rtl'] {
989    direction: rtl;
990}
991html {
992    line-height: 20px;
993}
994pre, table, input, textarea, code {
995    font-size: 1em;
996}
997address, abbr, cite {
998    font-style: normal;
999}
1000[dir='rtl'] th {
1001    text-align: right;
1002}
1003html[lang^=ja] blockquote, html[lang^=ja] q, html[lang^=ko] blockquote, html[lang^=ko] q,
1004html[lang^=zh] blockquote, html[lang^=zh] q {
1005    font-style: normal;
1006}
1007q {
1008    font-style: italic;
1009}
1010fieldset, iframe, img {
1011    border: 0;
1012}
1013img {
1014  -ms-interpolation-mode: bicubic;
1015  vertical-align: middle;
1016  max-width: 100%;
1017}
1018q {
1019    quotes: none;
1020}
1021sup, sub {
1022    font-size: 11px;
1023    line-height: 0;
1024}
1025}
1026
1027@media screen, projection {
1028
1029table, fieldset {
1030    margin: 0;
1031}
1032h1 {
1033    color:#333;
1034    font-size: 22px;
1035    margin: 20px 0 20px;
1036    padding:0 0 10px;
1037}
1038h1, h2 {
1039    line-height: 32px;
1040}
1041h1.short {
1042  margin-right:320px;
1043}
1044h1.short {
1045  margin-right:320px;
1046}
1047h1.super {
1048    font-size: 37px;
1049}
1050h2 {
1051    color:#333;
1052    font-size: 20px;
1053    margin: 20px 0 20px;
1054    padding:0;
1055}
1056h3 {
1057    color:#333;
1058    font-size: 18px;
1059}
1060h3, h4 {
1061    color:#333;
1062    line-height: 20px;
1063    margin: 10px 0;
1064}
1065h4 {
1066  font-size: 16px;
1067}
1068h5 {
1069  font-size: 14px;
1070}
1071h5, h6 {
1072  margin: 5px 0;
1073}
1074h6 {
1075  font-size: 12px;
1076}
1077hr { /* applied to the bottom of h2 elements */
1078  height: 1px;
1079  margin: 5px 0 20px;
1080  border: 0;
1081  background: #ccc;
1082}
1083p, pre, table, form {
1084    margin: 0 0 15px;
1085}
1086small {
1087  font-size: 11.5px;
1088  color: #000;
1089}
1090ul, ol {
1091    margin: 0 0 15px 18px;
1092    padding: 0;
1093}
1094[dir='rtl'] ul, [dir='rtl'] ol {
1095    margin: 10px 30px 10px 10px;
1096}
1097ul ul, ul ol, ol ul, ol ol {
1098    margin-bottom: 0;
1099    margin-top: 0;
1100}
1101li {
1102  margin:0 0 5px;
1103}
1104dd {
1105  margin:0 0 10px 30px;
1106}
1107dd p,
1108dd pre,
1109dd ul,
1110dd ol,
1111dd dl {
1112  margin-top:10px;
1113}
1114li p,
1115li pre,
1116li ul,
1117li ol,
1118li dl {
1119  margin-top:5px;
1120  margin-bottom:5px;
1121}
1122pre strong, pre b, a strong, a b, a code {
1123    color: inherit;
1124}
1125pre, code {
1126    color: #060;
1127    font: 13px/1.5 monospace;
1128}
1129code {
1130    font-weight:bold;
1131    font: 13px/14px monospace;
1132}
1133
1134legend {
1135    display: none;
1136}
1137a:link, a:visited {
1138  color: #258aaf;
1139  text-decoration: none;
1140}
1141a:focus, a:hover, a:active {
1142  color: #33B5E5;
1143  text-decoration: none;
1144}
1145strong, b {
1146  font-weight:bold;
1147  color: #222;
1148}
1149table {
1150  border-collapse: collapse;
1151  border-spacing: 0;
1152  border:0;
1153  margin: .5em 1em 1em 0;
1154  width:100%; /* consistent table widths; within IE's quirks */
1155  background-color:#f7f7f7;
1156}
1157th, td {
1158  padding: 4px 12px;
1159  vertical-align: top;
1160  text-align: left;
1161}
1162td {
1163  background-color:inherit;
1164  border:solid 1px #DDD;
1165}
1166td *:last-child {
1167  margin-bottom:0;
1168}
1169th {
1170  background-color: #999;
1171  color: #fff;
1172  border:solid 1px #DDD;
1173  font-weight: normal;
1174}
1175tr:first-of-type th:first-of-type:empty {
1176    visibility: hidden;
1177}
1178/* --------------------------------------------------------------------------
1179Footer
1180*/
1181.line {
1182    clear: both;
1183    background: #acbc00;
1184    background: -moz-linear-gradient(top, #acbc00 0, #acbc00 50%, #bdde00 50%, #bdde00 100%);
1185    background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #acbc00),
1186color-stop(50%, #acbc00), color-stop(50%, #bdde00), color-stop(100%, #bdde00));
1187    background: -webkit-linear-gradient(top, #acbc00 0, #acbc00 50%, #bdde00 50%, #bdde00 100%);
1188    background: -o-linear-gradient(top, #acbc00 0, #acbc00 50%, #bdde00 50%, #bdde00 100%);
1189    background: -ms-linear-gradient(top, #acbc00 0, #acbc00 50%, #bdde00 50%, #bdde00 100%);
1190    background: linear-gradient(top, #acbc00 0, #acbc00 50%, #bdde00 50%, #bdde00 100%);
1191    height: 2px;
1192    margin-top: 150px;
1193    position: relative;
1194    z-index: 11;
1195}
1196#footer {
1197    font-size:11px;
1198    clear: both;
1199    color: #999;
1200    padding: 15px 0;
1201    margin-top:10px;
1202    width:auto;
1203}
1204#footer-local ul {
1205  list-style: none;
1206  margin: 5px 0 30px 0;
1207}
1208#footer-local li {
1209    display: inline;
1210}
1211#footer-local li+li:before {
1212    content: '|';
1213    padding: 0 3px;
1214  color: #e5e5e5;
1215}
1216#footer-global {
1217    padding: 10px 15px;
1218  background: #f5f5f5;
1219}
1220#footer-global {
1221    border-top: 1px solid #ebebeb;
1222    font-size: 11.5px;
1223    line-height: 1.8;
1224    list-style: none;
1225}
1226#footer-global ul {
1227    margin: 0;
1228}
1229#footer-global li {
1230    display: inline;
1231    font-weight: bold;
1232}
1233#footer-global li+li:before {
1234    content: '¬?';
1235    padding: 0 3px;
1236}
1237* html #footer-global li {
1238    margin: 0 13px 0 0;
1239}
1240* [dir='rtl'] #footer-global li {
1241    margin: 0 0 0 13px;
1242}
1243*+html #footer-global li {
1244    margin: 0 13px 0 0;
1245}
1246*+[dir='rtl'] #footer-global li {
1247    margin: 0 0 0 13px;
1248}
1249#footer-global li a {
1250    font-weight: normal;
1251}
1252.locales {
1253  margin: 10px 0 0 0px;
1254}
1255[dir='rtl'] .locales {
1256    background-position: right center;
1257    float: left;
1258    padding: 0 24px 0 0;
1259}
1260.locales form {
1261    margin: 0;
1262}
1263.locales select, .sites select {
1264  line-height: 3.08;
1265  margin: 0px 0;
1266  border: solid 1px #EBEBEB;
1267  -webkit-appearance: none;
1268  background: white url('../images/arrows-up-down.png') right center no-repeat;
1269  height: 30px;
1270  color: #222;
1271  line-height: normal;
1272  padding: 5px;
1273  width: 230px;
1274}
1275}
1276
1277/* =============================================================================
1278   Print Only
1279   ========================================================================== */
1280@media print {
1281  /* configure printed page */
1282  @page {
1283      margin: 0.75in 1in;
1284      widows: 4;
1285      orphans: 4;
1286  }
1287
1288  /* reset spacing metrics */
1289  html, body, .wrap {
1290      margin: 0 !important;
1291      padding: 0 !important;
1292      width: auto !important;
1293  }
1294
1295  /* leave enough space on the left for bullets */
1296  body {
1297      padding-left: 20px !important;
1298  }
1299  #doc-col {
1300      margin-left: 0;
1301  }
1302
1303  /* hide a bunch of non-content elements */
1304  #header, #footer, #nav-x, #side-nav,
1305  .training-nav-top, .training-nav-bottom,
1306  #doc-col .content-footer,
1307  .nav-x, .nav-y,
1308  .paging-links,
1309  a.totop {
1310      display: none !important;
1311  }
1312
1313  /* remove extra space above page titles */
1314  #doc-col .content-header {
1315      margin-top: 0;
1316  }
1317
1318  /* bump up spacing above subheadings */
1319  h2 {
1320      margin-top: 40px !important;
1321  }
1322
1323  /* print link URLs where possible and give links default text color */
1324  p a:after {
1325      content: " (" attr(href) ")";
1326      font-size: 80%;
1327  }
1328  p a {
1329      word-wrap: break-word;
1330  }
1331  a {
1332      color: inherit;
1333  }
1334
1335  /* syntax highlighting rules */
1336  .str { color: #060; }
1337  .kwd { color: #006; font-weight: bold; }
1338  .com { color: #600; font-style: italic; }
1339  .typ { color: #404; font-weight: bold; }
1340  .lit { color: #044; }
1341  .pun { color: #440; }
1342  .pln { color: #000; }
1343  .tag { color: #006; font-weight: bold; }
1344  .atn { color: #404; }
1345  .atv { color: #060; }
1346}
1347
1348/* =============================================================================
1349   Columns
1350   ========================================================================== */
1351
1352@media screen, projection, print {
1353.full {
1354  padding: 2.5em 0;
1355  border-top: solid 1px #ddd;
1356  border-bottom: solid 1px #ddd;
1357  background: #f7f7f7;
1358}
1359.wrap {
1360  margin: 0 auto;
1361  width: 940px;
1362  clear: both;
1363}
1364.cols {
1365    height: 1%;
1366    margin: 0 -1.533742331288343558282%;
1367    width: 103.06748466257669%}
1368*+html .cols {
1369    margin-bottom: 20px;
1370}
1371.cols:after {
1372    clear: both;
1373    content: ' ';
1374    display: block;
1375    height: 0;
1376    visibility: hidden;
1377}
1378.col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12,
1379.col-13, .col-14, .col-15, .col-16 {
1380    display: inline;
1381  float: left;
1382  margin-left: 10px;
1383  margin-right: 10px;
1384}
1385/*
1386* html .col-1, * html .col-2, * html .col-3, * html .col-4, * html .col-5, * html .col-6, * html
1387.col-7, * html .col-8, * html .col-9, * html .col-10, * html .col-11, * html .col-12  {
1388    margin: 0;
1389    padding: 0 1.4% 20px;
1390}
1391[dir='rtl'] .col-1, [dir='rtl'] .col-2, [dir='rtl'] .col-3, [dir='rtl'] .col-4, [dir='rtl'] .col-5,
1392[dir='rtl'] .col-6, [dir='rtl'] .col-7, [dir='rtl'] .col-8, [dir='rtl'] .col-9, [dir='rtl'] .col-10,
1393[dir='rtl'] .col-11, [dir='rtl'] .col-12 {
1394    float: right;
1395}
1396*/
1397.col-1 { width: 40px }
1398.col-2 { width: 100px }
1399.col-3 { width: 160px }
1400.col-4 { width: 220px }
1401.col-5 { width: 280px }
1402.col-6 { width: 340px }
1403.col-7 { width: 400px }
1404.col-8 { width: 460px }
1405.col-9 { width: 520px }
1406.col-10 { width: 580px }
1407.col-11 { width: 640px }
1408.col-12 { width: 700px }
1409.col-13 { width: 760px }
1410.col-14 { width: 820px }
1411.col-15 { width: 880px }
1412.col-16 { width: 940px }
1413}
1414
1415.col-right {
1416  margin-right:0px;
1417}
1418
1419@media screen and (max-width:772px) {
1420.col-5, .col-6, .col-7 {
1421    clear: both;
1422    width: 97.0238096%}
1423}
1424
1425/* =============================================================================
1426   Layout
1427   ========================================================================== */
1428@media screen, projection, print {
1429
1430/* --------------------------------------------------------------------------
1431Header, Login, Nav-X, Search
1432*/
1433#header {
1434  padding: 2.2em 0 0.2em 0;
1435}
1436#header:before, #header:after {
1437  content: "";
1438  display: table;
1439  clear: both
1440}
1441.logo, .nav-x {
1442    float: left;
1443}
1444.nav-x {
1445    margin-top: -2px;
1446  list-style-type: none;
1447}
1448.nav-x a {
1449    color: #333;
1450    font-size: 16px;
1451}
1452.design a.selected {
1453    color: #33b5e5;
1454}
1455.develop a.selected {
1456    color: #F80;
1457}
1458.distribute a.selected {
1459    color: #9C0;
1460}
1461
1462
1463
1464.nav-x li {
1465    display: inline;
1466    margin-right: 45px;
1467}
1468.search {
1469  float: right;
1470  position: relative;
1471  width: 220px
1472}
1473.search .bottom, .search .left, .search .right {
1474  position: absolute;
1475  background-color: #a3a3a3;
1476}
1477.search .bottom {
1478  width: 220px;
1479  height: 1px;
1480  top: 24px;
1481  left: 0
1482}
1483.search .left, .search .right {
1484  height: 5px;
1485  width: 1px
1486}
1487.search .left { top: 19px; left: 0 }
1488.search .right { top: 19px; right: 0 }
1489.search form {
1490  float: left;
1491  margin-top: 2px;
1492  width: inherit;
1493}
1494.search .close,
1495#player-frame .close {
1496  position: absolute;
1497  right: 8px;
1498  bottom: 4px;
1499  width: 16px;
1500  height: 16px;
1501  margin: 0;
1502  text-indent: -1000em;
1503  background: url(../images/close.png) no-repeat 0 0;
1504  z-index:9999;
1505}
1506.search .close:hover, .search .close:focus,
1507#player-frame .close:hover, #player-frame .close:focus {
1508  background-position: -16px 0;
1509  cursor:pointer;
1510}
1511#player-frame .close {
1512  top: 6px;
1513}
1514.search form input {
1515  color: #999;
1516  font-size: 1em;
1517  width: inherit;
1518  border: none;
1519  margin: 0;
1520  padding:0 0 0 6px;
1521  z-index: 1500;
1522  background-color: transparent
1523}
1524.search:hover .bottom, .search:hover .left, .search:hover .right {
1525  background-color: #33b5e5;
1526}
1527.search:hover .icon {
1528  background-position: -8px 0
1529}
1530.search form input:focus {
1531  color: #222;
1532  font-weight: bold;
1533  outline:0;
1534}
1535/* Search Dropdown */
1536.search-dropdown {
1537  padding: 15px;
1538  width: 192px;
1539  border: solid 1px #c5c5c5;
1540  background: #fff;
1541  position: absolute;
1542  top: 35px;
1543  left: 0;
1544  -moz-box-shadow: 0 0 10px rgba(0,0,0,0.2);
1545  -webkit-box-shadow: 0 0 10px rgba(0,0,0,0.2);
1546  box-shadow: 0  0 10px rgba(0,0,0,0.2)
1547}
1548.search-dropdown ul, .search-dropdown ul li {
1549  list-style-type: none;
1550  margin: 0;
1551  padding: 0
1552}
1553.search-dropdown ul li {
1554  clear: both
1555}
1556.search-dropdown img {
1557  float: left;
1558  margin: 0 10px 10px 0
1559}
1560.search-dropdown h6 {
1561  color: #222;
1562  margin: 0;
1563  line-height: normal
1564}
1565.search-dropdown .desc {
1566  color: #999;
1567  font-size: 11.5px;
1568  line-height: normal;
1569  margin: 0;
1570}
1571.search-dropdown li a:hover h6, .search-dropdown li a:hover .desc {
1572  color: #33b5e5
1573}
1574/* --------------------------------------------------------------------------
1575Buttons
1576*/
1577.button, a.button, .button-secondary, a.button-secondary {
1578  border-image: initial;
1579    -webkit-border-radius: 2px;
1580    -moz-border-radius: 2px;
1581    border-radius: 2px;
1582    cursor: pointer;
1583}
1584.button, a.button {
1585    display:inline-block;
1586    background-color: #09c;
1587    background-image: -webkit-gradient(linear, left top, left bottom, from(#2faddb), to(#09c));
1588    background-image: -webkit-linear-gradient(top, #2faddb, #09c);
1589    background-image: -moz-linear-gradient(top, #2faddb, #09c);
1590    background-image: -ms-linear-gradient(top, #2faddb, #09c);
1591    background-image: -o-linear-gradient(top, #2faddb, #09c);
1592    background-image: linear-gradient(top, #2faddb, #09c);
1593    filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#2faddb', EndColorStr='#0099cc',GradientType=0);
1594    border: 1px solid #3990ab;
1595    color: #fff;
1596}
1597.button-secondary, a.button-secondary {
1598    background-color: #f3f3f3;
1599    border: 1px solid #dcdcdc;
1600    color: #444;
1601}
1602a.button, a.button:visited, a.button-secondary, a.button-secondary:visited {
1603    margin-right: 16px;
1604   font-weight: 400;
1605    min-width: 54px;
1606    outline: 0;
1607    padding: 8px 15px;
1608    text-align: center;
1609}
1610.button, .button-secondary {
1611    margin-right: 16px;
1612  font-weight: 400;
1613    min-width: 54px;
1614    outline: 0;
1615    padding: 0 15px;
1616    text-align: center;
1617}
1618.button:hover, a.button:hover {
1619    border-color: #09c;
1620    background-color: #4cadcb;
1621    background-image: -webkit-gradient(linear, left top, left bottom, from(#5dbcd9), to(#4cadcb));
1622    background-image: -webkit-linear-gradient(top, #5dbcd9, #4cadcb);
1623    background-image: -moz-linear-gradient(top, #5dbcd9, #4cadcb);
1624    background-image: -ms-linear-gradient(top, #5dbcd9, #4cadcb);
1625    background-image: -o-linear-gradient(top, #5dbcd9, #4cadcb);
1626    background-image: linear-gradient(top, #5dbcd9, #4cadcb);
1627    filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#5dbcd9',
1628EndColorStr='#4cadcb',GradientType=0);
1629    color: #fff !important;
1630}
1631.button:active, a.button:active {
1632    background-color: #1e799a;
1633    background-image: none;
1634    border-color: #30b7e6;
1635}
1636a.button.big.subtitle {
1637  line-height:18px;
1638}
1639.button-secondary:hover, a.button-secondary:hover {
1640    border-color: #dbdbdb;
1641    background-color: #f3f3f3;
1642    background-image: -webkit-gradient(linear, left top, left bottom, from(#f9f9f9), to(#ececec));
1643    background-image: -webkit-linear-gradient(top, #f9f9f9, #ececec);
1644    background-image: -moz-linear-gradient(top, #f9f9f9, #ececec);
1645    background-image: -ms-linear-gradient(top, #f9f9f9, #ececec);
1646    background-image: -o-linear-gradient(top, #f9f9f9, #ececec);
1647    background-image: linear-gradient(top, #f9f9f9, #ececec);
1648    filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#f9f9f9',
1649EndColorStr='#ececec');
1650    color: #33B5E5 !important;
1651}
1652.button-secondary:active, a.button-secondary:active {
1653   border-color: #dadada;
1654  background: #ebebeb; /* Old browsers */
1655  /* IE9 SVG, needs conditional override of 'filter' to 'none' */
1656  background:
1657url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/
1658Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0Jv
1659eD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+
1660CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIg
1661eDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ViZWJl
1662YiIgc3RvcC1vcGFjaXR5PSIxIi8+
1663CiAgICA8c3RvcCBvZmZzZXQ9IjEwJSIgc3RvcC1jb2xvcj0iI2Y5ZjlmOSIgc3RvcC1vcGFjaXR5PSIxIi8+
1664CiAgICA8c3RvcCBvZmZzZXQ9IjUwJSIgc3RvcC1jb2xvcj0iI2ZhZmFmYSIgc3RvcC1vcGFjaXR5PSIxIi8+
1665CiAgICA8c3RvcCBvZmZzZXQ9IjkwJSIgc3RvcC1jb2xvcj0iI2Y5ZjlmOSIgc3RvcC1vcGFjaXR5PSIxIi8+
1666CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmNmY2ZjYiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFy
1667R3JhZGllbnQ+
1668CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIg
1669Lz4KPC9zdmc+);
1670  background: -moz-linear-gradient(top,  #ebebeb 0%, #f9f9f9 5%, #fafafa 50%, #f9f9f9 90%,
1671#ffffff 100%); /* FF3.6+ */
1672  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ebebeb),
1673color-stop(5%,#f9f9f9), color-stop(50%,#fafafa), color-stop(90%,#f9f9f9), color-stop(100%,#ffffff));
1674/* Chrome,Safari4+ */
1675  background: -webkit-linear-gradient(top,  #ebebeb 0%,#f9f9f9 5%,#fafafa 50%,#f9f9f9
167690%,#ffffff 100%); /* Chrome10+,Safari5.1+ */
1677  background: -o-linear-gradient(top,  #ebebeb 0%,#f9f9f9 5%,#fafafa 50%,#f9f9f9 90%,#ffffff
1678100%); /* Opera 11.10+ */
1679  background: -ms-linear-gradient(top,  #ebebeb 0%,#f9f9f9 5%,#fafafa 50%,#f9f9f9 90%,#ffffff
1680100%); /* IE10+ */
1681  background: linear-gradient(top,  #ebebeb 0%,#f9f9f9 5%,#fafafa 50%,#f9f9f9 90%,#ffffff
1682100%); /* W3C */
1683  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ebebeb',
1684endColorstr='#ffffff',GradientType=0 ); /* IE6-8 */
1685  -webkit-box-shadow: inset 0px 0px 5px 2px rgba(0, 0, 0, .05);
1686  -moz-box-shadow: inset 0px 0px 5px 2px rgba(0, 0, 0, .05);
1687  box-shadow: inset 0px 0px 5px 2px rgba(0, 0, 0, .05);
1688  color: #258AAF !important;
1689}
1690.button.big {
1691  font-size:20px;
1692  display:inline-block;
1693}
1694.button.big span.small {
1695  font-size:14px;
1696}
1697.button-caption {
1698  margin-top:10px;
1699  font-size:12px;
1700  font-style:italic;
1701}
1702
1703.button.disabled,
1704.button.disabled:hover,
1705.button.disabled:active {
1706  background:#ebebeb;
1707  color:#999 !important;
1708  border-color:#999;
1709  cursor:default;
1710}
1711
1712.training-nav-top a.button-secondary,
1713.training-nav-bottom a.button-secondary {
1714  display:block;
1715  float:left;
1716  margin:0;
1717  width:130px;
1718  text-transform:uppercase;
1719  font-weight:bold;
1720
1721    background-color: #f3f3f3;
1722    background-image: -webkit-gradient(linear, left top, left bottom, from(#f9f9f9), to(#ececec));
1723    background-image: -webkit-linear-gradient(top, #f9f9f9, #ececec);
1724    background-image: -moz-linear-gradient(top, #f9f9f9, #ececec);
1725    background-image: -ms-linear-gradient(top, #f9f9f9, #ececec);
1726    background-image: -o-linear-gradient(top, #f9f9f9, #ececec);
1727    background-image: linear-gradient(top, #f9f9f9, #ececec);
1728    filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#f9f9f9',
1729EndColorStr='#ececec');
1730    color: #33B5E5;
1731}
1732
1733.training-nav-top a.button-secondary:hover,
1734.training-nav-bottom a.button-secondary:hover {
1735    background-color: #09c;
1736    background-image: -webkit-gradient(linear, left top, left bottom, from(#2faddb), to(#09c));
1737    background-image: -webkit-linear-gradient(top, #2faddb, #09c);
1738    background-image: -moz-linear-gradient(top, #2faddb, #09c);
1739    background-image: -ms-linear-gradient(top, #2faddb, #09c);
1740    background-image: -o-linear-gradient(top, #2faddb, #09c);
1741    background-image: linear-gradient(top, #2faddb, #09c);
1742    filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#2faddb', EndColorStr='#09c');
1743    border: 1px solid #3990ab;
1744    color: #fff !important;
1745}
1746
1747.training-nav-top a.button-secondary.last,
1748.training-nav-bottom a.button-secondary.last {
1749  border-left:0;
1750}
1751
1752.training-nav-top a.button-secondary.double-size,
1753.training-nav-bottom a.button-secondary.double-size {
1754  width:291px;
1755}
1756
1757.training-nav-top,
1758.training-nav-bottom {
1759  float:right;
1760  margin:0 0 0 20px;
1761}
1762
1763.training-nav-bottom {
1764  padding:0 0 20px;
1765}
1766
1767#tb-wrapper,
1768#qv-wrapper {
1769  float:right;
1770  clear:right;
1771  margin:0 0 0 20px; /* negative top-margin to counter the content-header bottom margin */
1772  padding:0 0 20px;
1773}
1774
1775#tb-wrapper {
1776  margin:-27px 0 0 20px; /* negative top-margin to counter the content-header bottom margin */
1777}
1778
1779#tb,
1780#qv {
1781  font-size:13px;
1782  line-height:18px;
1783  width:238px;
1784  border:1px solid #ccc;
1785  float:right;
1786}
1787
1788#tb {
1789  width:278px;
1790}
1791
1792#tb h2,
1793#qv h2 {
1794  margin:10px 15px;
1795  padding:0;
1796  text-transform:uppercase;
1797  border-bottom:1px solid gainsboro;
1798}
1799
1800#tb *,
1801#qv * {
1802  font-size:inherit;
1803}
1804
1805#tb .download-box,
1806#qv .download-box {
1807  padding:0 0 0 15px;
1808}
1809
1810#tb .download-box .filename,
1811#qv .download-box .filename {
1812  font-size:11px;
1813  margin:4px 4px 10px;
1814  color:#666;
1815}
1816
1817
1818/* Dev guide quicknav */
1819
1820.sidebox-wrapper {
1821  float:right;
1822  clear:right;
1823  margin:0 0 0 20px;
1824  padding:0 0 20px;
1825}
1826
1827.sidebox {
1828  width:226px;
1829  font-size:13px;
1830  line-height:18px;
1831  border-left:4px solid #99CC00;
1832  float:right;
1833  padding:0 0 0 10px;
1834  margin:0 0 1em 20px;
1835}
1836
1837.sidebox h2,
1838.sidebox h3,
1839.sidebox h4,
1840.sidebox h5 {
1841  font-weight:bold;
1842  margin:0 0 10px;
1843}
1844
1845.sidebox * {
1846  font-size:inherit;
1847}
1848
1849#tb ol,
1850#tb ul,
1851#qv ul {
1852  margin:0 15px 10px 35px;
1853}
1854
1855#qv ol {
1856  list-style:none;
1857  margin:0 15px 15px;
1858  font-size:inherit;
1859  line-height:inherit;
1860}
1861
1862#tb ol ol,
1863#tb ul ul,
1864#qv ol ol,
1865#qv ul ul,
1866.sidebox ol ol,
1867.sidebox ul ul {
1868  margin-bottom:0;
1869}
1870
1871#qv ol ol {
1872  margin:3px 0 3px 15px;
1873}
1874
1875.sidebox p,
1876#qv p,
1877#tb p {
1878  margin: 0 0 10px;
1879}
1880
1881/* related resources blocks in checklists */
1882
1883.rel-resources {
1884  margin:10px 0px;
1885  border:1px solid #ccc;
1886  background-color:rgba(0, 0, 0, 0.027451);
1887  border:1px solid #ccc;
1888  font-size:13px;
1889  color:#6f6f6f;
1890}
1891
1892.rel-resources ul {
1893padding: .5em 1em 0 1em;
1894}
1895
1896.rel-resources a {
1897font-weight:500;
1898}
1899
1900.rel-resources h3 {
1901  margin:4px 15px 0px 15px;
1902  font-size:13px;
1903  font-weight:600;
1904  text-transform:uppercase;
1905}
1906
1907/* --------------------------------------------------------------------------
1908Form
1909*/
1910.article form {
1911    margin: 0 0 20px;
1912}
1913.article form .form-required {
1914    color: #dd4b39;
1915}
1916.article form fieldset {
1917    margin: 0 0 20px;
1918    padding: 0;
1919}
1920.article form legend {
1921    display: block;
1922    line-height: 1.5;
1923    margin: 0;
1924    padding: 0;
1925}
1926/*
1927.article form ol, .article form ul {
1928    margin: 0 0 0 1em;
1929    padding: 0 0 0 1em;
1930}
1931[dir='rtl'] .article form ol, [dir='rtl'] .article form ul {
1932    margin: 0 1em 0 0;
1933    padding: 0 1em 0 0;
1934}
1935.article form ol ul, .article form ul ul, [dir='rtl'] .article form ol ul, [dir='rtl'] .article form
1936ul ul {
1937    list-style: none;
1938    margin: 0;
1939    padding: 0;
1940}
1941.article form li {
1942    margin: 0 0 20px;
1943}
1944.article form li li {
1945    margin: 0 0 5px;
1946}
1947*/
1948.article form label {
1949    display: block;
1950    margin: 0 0 5px;
1951    padding: 0;
1952}
1953.article form input[type='text'], .article form select, .article form textarea, .article form
1954.checkbox-group, .article form .radio-group {
1955    margin-bottom: 15px;
1956}
1957.checkbox-group input {
1958  width: 13px;
1959  height: 13px;
1960  background: #fff;
1961  border: solid 1px #c6c6c6;
1962  float: left;
1963}
1964.article form .checkbox-group, .article form .radio-group {
1965  display: block
1966}
1967.article form select {
1968    border: solid 1px #ebebeb;
1969    border-top-color: #ddd;
1970    -webkit-appearance: none;
1971    background: #f3f3f3 url(../images/arrows-up-down.png) right center no-repeat;
1972    height: 30px;
1973    color: #222;
1974    line-height: normal;
1975    padding: 5px;
1976    width: 130px;
1977}
1978
1979.article form .browse .browse-msg {
1980  font-size: 11.5px;
1981}
1982.article form .browse .button-secondary {
1983  height: auto;
1984  line-height: 25px;
1985  font-size: 11px;
1986  padding: 0 8px;
1987  margin: 0 10px 15px 0;
1988}
1989.article form input[type='text'], .article form textarea {
1990    border: 1px solid #ebebeb;
1991    border-top-color: #dcdcdc;
1992    color: #222;
1993    line-height: normal;
1994    padding: 6px 10px;
1995    width: 300px;
1996}
1997.article form textarea {
1998    height: 150px;
1999}
2000.article form input[type='text']:focus, .article form textarea:focus {
2001    border-color: #33B5E5;
2002    -moz-box-shadow: inset 0 1px 2px rgba(0, 0, 0, .2);
2003    -o-box-shadow: inset 0 1px 2px rgba(0, 0, 0, .2);
2004    -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, .2);
2005    box-shadow: inset 0 1px 2px rgba(0, 0, 0, .2);
2006    outline: 0;
2007}
2008.article form input[disabled], .article form textarea[disabled], .article form label.form-disabled {
2009    color: #999;
2010}
2011.article form input[type='text'][disabled], .article form textarea[disabled] {
2012    background-color: #ebebeb;
2013}
2014form .form-error input[type='text'], form .form-error textarea {
2015    border-color: #dd4b39;
2016  margin-right: 20px;
2017}
2018.aside {
2019    -moz-border-radius: 2px;
2020    -webkit-border-radius: 2px;
2021    border-radius: 2px;
2022    margin: 10px 0;
2023    padding: 20px;
2024  color: #666;
2025    position: relative;
2026  background: #f9f9f9;
2027}
2028/*
2029.aside, .notification, .promo {
2030    -moz-border-radius: 2px;
2031    -webkit-border-radius: 2px;
2032    border-radius: 2px;
2033    margin: 10px 0;
2034    padding: 10px;
2035    position: relative;
2036}
2037.aside>:first-child, .notification>:first-child, .promo>:first-child {
2038    margin-top: 0;
2039}
2040.aside>:last-child, .notification>:last-child, .promo>:last-child {
2041    margin-bottom: 0;
2042}
2043.aside {
2044    background: #f9f9f9;
2045}
2046.notification {
2047    background: #fffbe4;
2048    border-color: #f8f6e6;
2049}
2050.promo {
2051    background: #f6f9ff;
2052    border-color: #eff2f9;
2053}
2054*/
2055
2056/* SDK TOS styles */
2057
2058div.sdk-terms {
2059  white-space: pre-wrap;
2060  word-wrap: break-word;
2061  font-family: inherit;
2062  font-size: inherit;
2063  padding: 10px;
2064  height: 370px;
2065  width: 738px;
2066  border: 1px solid #444;
2067  background: transparent;
2068  overflow:auto;
2069  margin:0 0 10px;
2070}
2071
2072div.sdk-terms.fullsize {
2073  padding: 0;
2074  height: auto;
2075  width: auto;
2076  border:none;
2077}
2078
2079div.sdk-terms h3,
2080div.sdk-terms h2 {
2081  margin:0;
2082}
2083
2084div#sdk-terms-form {
2085  padding:0 0 0 10px;
2086}
2087
2088div#sdk-terms-form input {
2089  display:inline;
2090  margin:4px 4px 4px 0;
2091}
2092
2093
2094/* --------------------------------------------------------------------------
2095Code Style
2096*/
2097pre {
2098  margin:0 0 1em 0;
2099  padding: 1em;
2100  overflow: auto;
2101  border: solid 1px #ddd;
2102  background: #f7f7f7;
2103}
2104.str { color: #080; }
2105.kwd { color: #008; }
2106.com { color: #800; }
2107.typ { color: #606; }
2108.lit { color: #066; }
2109.pun { color: #660; }
2110.pln { color: #000; }
2111.tag { color: #008; }
2112.atn { color: #828; }
2113.atv { color: #080; }
2114.dec { color: #606; }
2115
2116/* --------------------------------------------------------------------------
2117Three-Pane
2118*/
2119/* Package Nav & Classes Nav */
2120.three-pane {
2121  position: relative;
2122  border-top: solid 1px #ebebeb;
2123}
2124#packages-nav .js-pane,
2125#classes-nav .js-pane {
2126  overflow:visible;
2127}
2128#packages-nav {
2129        height:270px;
2130  max-height: inherit;
2131  overflow: hidden;
2132  position: relative;
2133}
2134#classes-nav {
2135  overflow: hidden;
2136  position: relative;
2137}
2138#packages-nav ul, #classes-nav ul {
2139  list-style-type: none;
2140  margin: 10px 0 20px 0;
2141  padding: 0;
2142}
2143#classes-nav li {
2144  font-weight: bold;
2145  margin: 5px 0;
2146}
2147#packages-nav li,
2148#classes-nav li li {
2149  margin: 0;
2150}
2151#packages-nav li a, #packages-nav li a:active, #packages-nav li a:visited,
2152#classes-nav li a, #classes-nav li a:active, #classes-nav li a:visited {
2153  padding: 0 0 0 4px;
2154}
2155#packages-nav li a, #packages-nav li a:active, #packages-nav li a:visited,
2156#classes-nav li li a, #classes-nav li li a:active, #classes-nav li li a:visited,
2157#nav-tree li a, #nav-tree li a:active, #nav-tree li a:visited {
2158  color: #222;
2159  font-weight: normal;
2160}
2161#packages-nav li a, #packages-nav li a:active, #packages-nav li a:visited,
2162#classes-nav li li a, #classes-nav li li a:active, #classes-nav li li a:visited {
2163  display: block;
2164}
2165#packages-nav li.selected a, #packages-nav li.selected a:active, #packages-nav li.selected
2166a:visited,
2167#classes-nav li li.selected a, #classes-nav li li.selected a:active, #classes-nav li li.selected
2168a:visited,
2169#nav-tree li div.selected {
2170    font-weight: 500;
2171    color: #0099cc;
2172    background-color:#fff; }
2173  #packages-nav li.selected ul li a,
2174  #classes-nav li.selected ul li a {
2175  /* don't highlight child items */
2176    color: #555555; }
2177#nav-tree li div.selected a {
2178    font-weight: 500;
2179    color: #0099cc;
2180}
2181#nav-swap {
2182  height:30px;
2183  border-top:1px solid #ccc;
2184}
2185#nav-swap a {
2186  display:inline-block;
2187  height:100%;
2188  color: #222;
2189  font-size: 12px;
2190  padding: 5px 0 5px 5px;
2191}
2192
2193#nav-swap .fullscreen {
2194  float: right;
2195  width: 24px;
2196  height: 24px;
2197  text-indent: -1000em;
2198  padding:0;
2199  margin:3px 5px 0;
2200  background: url(../images/fullscreen.png) no-repeat -24px 0;
2201}
2202#nav-swap .fullscreen.disabled {
2203  background-position: 0 0;
2204}
2205#nav-swap .fullscreen:hover,
2206#nav-swap .fullscreen:focus {
2207  cursor:pointer;
2208}
2209
2210
2211/* nav tree */
2212#side-nav, #devdoc-nav, #swapper,
2213#nav-tree, #tree-list {
2214  overflow:hidden;
2215  margin-left:0;
2216}
2217
2218#nav-tree ul {
2219  list-style:none;
2220  padding:0;
2221  margin:10px 0;
2222}
2223
2224#nav-tree ul li div {
2225  padding:0 0 0 4px;
2226}
2227
2228#side-nav #nav-tree ul li a,
2229#side-nav #nav-tree ul li span.no-children {
2230  padding: 0;
2231  margin: 0;
2232}
2233
2234#nav-tree .plus {
2235  margin: 0 3px 0 0;
2236}
2237
2238#nav-tree ul ul {
2239  list-style: none;
2240  margin: 0;
2241  padding: 0 0 0 0;
2242}
2243
2244#nav-tree ul li {
2245  margin: 0;
2246  padding: 0 0 0 0;
2247  white-space: nowrap;
2248}
2249
2250#nav-tree .children_ul {
2251  padding:0;
2252  margin:0;
2253}
2254#nav-tree .children_ul li div {
2255  padding:0 0 0 10px;
2256}
2257#nav-tree .children_ul .children_ul li div {
2258  padding:0 0 0 20px;
2259}
2260
2261#nav-tree a.nolink {
2262  color: #222;
2263  text-decoration: none;
2264}
2265
2266#nav-tree span.label {
2267  width: 100%;
2268}
2269
2270#nav-tree {
2271  overflow-x: auto;
2272  overflow-y: scroll;
2273  outline:0;
2274}
2275
2276
2277/* Content */
2278#doc-col {
2279  margin-right:0;
2280}
2281#doc-content-container {
2282  margin-left: 291px
2283}
2284#doc-header, #doc-content {
2285  padding: 1em 2em;
2286}
2287#doc-header {
2288  background: #f7f7f7;
2289}
2290#doc-header h1 {
2291  line-height: 0;
2292  margin-bottom: 15px;
2293}
2294#api-info-block {
2295  float: right;
2296  font-weight: bold;
2297}
2298#api-info-block a, #api-info-block a:active, #api-info-block a:visited {
2299  color: #222;
2300}
2301#api-info-block a:hover, #api-info-block a:focus {
2302  color: #33B5E5;
2303}
2304#api-nav-header {
2305  height:19px; /* plus 16px padding = 35; same as #nav li */
2306  font-size:14px;
2307  padding: 8px 0;
2308  margin: 0;
2309  border-bottom: 1px solid #CCC;
2310  background:#e9e9e9;
2311  background: rgba(0, 0, 0, 0.05); /* matches #nav li.expanded */
2312
2313}
2314#api-nav-title {
2315  padding:0 5px;
2316  white-space:nowrap;
2317}
2318
2319#api-level-toggle {
2320  float:right;
2321  padding:0 5px;
2322}
2323
2324#api-level-toggle label {
2325  margin:0;
2326  vertical-align:top;
2327  line-height: 19px;
2328  font-size:13px;
2329  height: 19px;
2330}
2331
2332#api-level-toggle .select-wrapper {
2333  width: 35px;
2334  display: inline-block;
2335  overflow: hidden;
2336}
2337#api-level-toggle select {
2338  border: 0;
2339  appearance:none;
2340  -moz-appearance:none;
2341  -webkit-appearance: none;
2342  background: transparent url(../images/arrows-up-down.png) 23px 5px no-repeat;
2343  color: #222;
2344  height: 19px;
2345  line-height: 19px;
2346  padding: 0;
2347  margin:1px 0 0 0;
2348  width:150%;
2349  font-size:13px;
2350  vertical-align:top;
2351  outline:0;
2352}
2353
2354
2355/* Toggle for revision notes and stuff */
2356div.toggle-content.closed .toggle-content-toggleme {
2357  display:none;
2358}
2359
2360#jd-content img.toggle-content-img {
2361  margin:0 5px 5px 0;
2362}
2363
2364div.toggle-content-toggleme {
2365  padding:0 0 0 15px;
2366}
2367
2368
2369/* API LEVEL FILTERED MEMBERS */
2370
2371.absent,
2372.absent a:link,
2373.absent a:visited,
2374.absent a:hover,
2375.absent * {
2376  color:#bbb !important;
2377  cursor:default !important;
2378  text-decoration:none !important;
2379}
2380#devdoc-nav li.absent.selected,
2381#devdoc-nav li.absent.selected *,
2382#devdoc-nav div.label.absent.selected,
2383#devdoc-nav div.label.absent.selected * {
2384  background-color:#eaeaea !important;
2385}
2386.absent h4.jd-details-title,
2387.absent h4.jd-details-title * {
2388  background-color:#f6f6f6 !important;
2389}
2390.absent img {
2391  opacity: .3;
2392  filter: alpha(opacity=30);
2393  -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=30)";
2394}
2395
2396
2397
2398
2399
2400
2401
2402
2403
2404/* JQUERY RESIZABLE STYLES */
2405.ui-resizable { position: relative; }
2406.ui-resizable-handle { position: absolute; display: none; font-size: 0.1px; z-index:1; }
2407.ui-resizable .ui-resizable-handle { display: block; border-bottom: 1px solid #e4e4e4; }
2408/*body .ui-resizable-disabled .ui-resizable-handle { display: none; }
2409body .ui-resizable-autohide .ui-resizable-handle { display: none; }*/
2410.ui-resizable-s { cursor: s-resize; height: 10px; width: 100% !important; bottom: -11px; left: 0;
2411border-bottom: solid 1px #ededed;
2412  background: #f7f7f7 url("../images/resizable-s2.png") no-repeat scroll center center; }
2413/*
2414.ui-resizable-e {
2415cursor: e-resize; width: 10px; right: 0; top: 0; height: 100%; border-right: solid
24161px #ededed;background: #f7f7f7 url("../images/resizable-e2.png") no-repeat scroll center center; }
2417*/
2418
2419/* --------------------------------------------------------------------------
2420Lightbox
2421*/
2422.lightbox {
2423  width: 769px;
2424  padding: 1.5em;
2425  margin: 0 auto;
2426  border: solid 1px #dcdcdc;
2427  background: #fff;
2428  -moz-box-shadow: 1px 1px 5px rgba(0,0,0,0.1);
2429  -webkit-box-shadow: 1px 1px 5px rgba(0,0,0,0.1);
2430  box-shadow: 1px 1px 5px rgba(0,0,0,0.1)
2431}
2432.lightbox .header {
2433  float: left;
2434  width: 720px;
2435  margin: -10px 20px 10px 0;
2436}
2437.lightbox .close {
2438  float: right;
2439  width: 10px;
2440  height: 10px;
2441  margin: -10px -10px 10px 0;
2442  text-indent: -1000em;
2443  background: url(../images/close.png) no-repeat 0 0;
2444}
2445.lightbox .close:hover, .lightbox .close:focus {
2446  background-position: -10px 0;
2447}
2448
2449
2450/* --------------------------------------------------------------------------
2451Styles for samples project trees and code browsing in resources tab
2452*/
2453
2454#codesample-wrapper {
2455  width:1000px;
2456  overflow:visible;
2457}
2458pre#codesample-block {
2459  float:left;
2460  overflow:visible;
2461  background:transparent;
2462  border:none;
2463}
2464pre#codesample-block .code-line:hover {
2465  background:#e7e7e7;
2466}
2467pre#codesample-line-numbers {
2468  float:left;
2469  width:2em;
2470  background:transparent;
2471  border:none;
2472  border-right:1px solid #ccc;
2473  padding-left:0;
2474  font-family:monospace;
2475  text-align:right;
2476  -webkit-touch-callout: none;
2477  -webkit-user-select: none;
2478  -khtml-user-select: none;
2479  -moz-user-select: -moz-none;
2480  -ms-user-select: none;
2481  user-select: none;
2482}
2483pre#codesample-line-numbers a {
2484  color:#999;
2485}
2486pre#codesample-line-numbers.hidden {
2487  display:none;
2488}
2489pre#codesample-block span.code-line {
2490  width:100%;
2491  display:inline-block;
2492}
2493
2494.structure-dir {
2495background-image:url(../../assets/images/folder.png);
2496background-repeat:no-repeat;
2497background-position:16px 2px;
2498  margin:.25em 0 0 0;
2499  padding:0 0 0 0;
2500}
2501
2502.structure-toggleme {
2503  margin:0 0 0 3em;
2504  padding:0 0 0 0;
2505  text-decoration:none;
2506}
2507
2508.structure-java{
2509background-image:url(../../assets/images/file-java.png);
2510background-repeat:no-repeat;
2511background-position:0px 2px;
2512  margin:.3em 0 0 0;
2513  padding:.3em 0 .3em 22px;
2514}
2515
2516.structure-file {
2517background-image:url(../../assets/images/file-generic.png);
2518background-repeat:no-repeat;
2519background-position:0px 2px;
2520  margin:.3em 0 0 0;
2521  padding:.3em 0 .3em 22px;
2522}
2523
2524.structure-xml {
2525background-image:url(../../assets/images/file-xml.png);
2526background-repeat:no-repeat;
2527background-position:0px 2px;
2528  margin:.3em 0 0 0;
2529  padding:.3em 0 .25em 22px;
2530}
2531
2532.structure-img {
2533background-image:url(../../assets/images/file-image.png);
2534background-repeat:no-repeat;
2535background-position:0px 2px;
2536  margin:.3em 0 0 0;
2537  padding:.3em 0 .25em 22px;
2538}
2539
2540.structure-manifest {
2541background-image:url(../../assets/images/file-manifest.png);
2542background-repeat:no-repeat;
2543  margin:.0 0 0 1.25em;
2544  padding:0 0 0 22px;
2545  text-decoration:none;
2546}
2547
2548#jd-content .structure-toggle-img {
2549  margin:.5em 0 0 0;
2550padding-right:2.1em;
2551}
2552
2553.dirInfo {
2554  margin-left:2em;
2555}
2556
2557.structure-dir a {
2558  text-decoration:none;
2559}
2560
2561.structure-manifest a {
2562  text-decoration: none;
2563}
2564.structure-file a {
2565  text-decoration: none;
2566}
2567
2568.sampleEmbed {
2569  background-color:rgb(249, 249, 249);
2570}
2571
2572.sampleEmbed ol.lineNumbers {
2573  list-style-type: decimal;
2574  padding-left:1em;
2575}
2576
2577.sampleEmbed ol.lineNumbers li {
2578border-left:1px solid #ddd;
2579border-right:1px solid #ddd;
2580color:gray;
2581background-color:#f7f7f7;
2582margin:0 0 0 24px;
2583padding: 2px 2px 2px 6px;
2584}
2585
2586.sampleEmbed ol.lineNumbers li:hover {
2587background: #efefef;
2588}
2589
2590/* --------------------------------------------------------------------------
2591Styles for raw formatted line numbers (not used with listformatted version)
2592div.sampleLine div.lineNumber {
2593  display: inline;
2594}
2595div.sampleLine div.lineCode {
2596  display: inline;
2597  padding-left:6px;
2598}
2599div.sampleLine {
2600  padding:0;
2601  margin:0;
2602}*/
2603
2604/* --------------------------------------------------------------------------
2605Butterbar
2606*/
2607#butterbar-wrapper {
2608  position:absolute;
2609  top:0;
2610  left:0;
2611  width:100%;
2612}
2613#butterbar {
2614  width:940px;
2615  margin:0 auto;
2616}
2617#butterbar-message {
2618  background-color:#f80;
2619  float:right;
2620  font-size:12px;
2621  font-weight:bold;
2622  padding:0 10px;
2623  border-radius: 0 0 5px 5px;
2624}
2625#butterbar-message a {color:#fff !important}
2626#butterbar-message a:hover {text-decoration:underline;}
2627
2628/* --------------------------------------------------------------------------
2629Misc
2630*/
2631
2632
2633.clearfix:before, .clearfix:after {
2634  content: "";
2635  display: table
2636}
2637.clearfix:after {
2638  clear: both
2639}
2640.clearfix {
2641  *zoom: 1
2642}
2643table.blank th, table.blank td {
2644    border: 0;
2645  background: none
2646}
2647.caption {
2648  margin: 0.5em 0 2em 0;
2649  color: #000;
2650  font-size: 11.5px;
2651}
2652
2653.nolist {
2654  list-style:none;
2655  margin-left:0;
2656}
2657#tb .nolist {
2658  margin-left:15px;
2659}
2660
2661dl.xml>dt {
2662  text-transform:uppercase;
2663}
2664dl.xml dl.attr {
2665  margin-top:0;
2666}
2667
2668pre.classic {
2669  background-color:transparent;
2670  border:none;
2671  padding:0;
2672}
2673
2674p.img-caption {
2675  margin: -10px 0 20px;
2676  font-size:13px;
2677  color:#666;
2678}
2679
2680div.figure,
2681div.figure-right {
2682  float:right;
2683  clear:right;
2684  margin:10px 0 0 0;
2685  padding:0 0 0 20px;
2686  /* width must be defined w/ an inline style matching the image width */
2687}
2688
2689div.figure-left {
2690  float:left;
2691  clear:left;
2692  margin:10px 0 0 0;
2693  padding:0 20px 0 0;
2694  /* width must be defined w/ an inline style matching the image width */
2695}
2696
2697img.frame {
2698  border:1px solid #DDD;
2699  padding:4px;
2700}
2701
2702p.table-caption {
2703  margin: 0 0 4px 0;
2704  font-size:13px;
2705  color:#666;
2706}
2707
2708p.code-caption {
2709  margin-bottom: 4px;
2710  font: 12px/1.5 monospace;
2711  color:#666;
2712}
2713
2714div.note,
2715div.caution,
2716div.warning {
2717  margin: 0 0 15px;
2718}
2719
2720p.note, div.note,
2721p.caution, div.caution,
2722p.warning, div.warning {
2723  padding: 0 0 0 10px;
2724  border-left: 4px solid;
2725}
2726
2727p.note, div.note {
2728  border-color: #258AAF;
2729}
2730
2731p.caution, div.caution {
2732  border-color: #FF8800;
2733}
2734
2735p.warning, div.warning {
2736  border-color: #ff4443;
2737}
2738
2739div.note.design {
2740  border-left: 4px solid #33B5E5;
2741}
2742
2743div.note.develop {
2744  border-left: 4px solid #F80;
2745}
2746
2747div.note.distribute {
2748  border-left: 4px solid #9C0;
2749}
2750
2751.note p, .caution p, .warning p {
2752  margin:0 0 5px;
2753}
2754
2755.note p:last-child, .caution p:last-child, .warning p:last-child {
2756  margin-bottom:0;
2757}
2758
2759body.about blockquote {
2760  display:block;
2761  float:right;
2762  width:280px;
2763  font-size:20px;
2764  font-style:italic;
2765  line-height:24px;
2766  color:#33B5E5;
2767  margin:0 0 20px 30px;
2768}
2769
2770div.design-announce p {
2771  margin:0 0 10px;
2772}
2773
2774#devdoc-nav a.totop {
2775  display:block;
2776  top:0;
2777  width:inherit;
2778  background: transparent url(../images/styles/gototop.png) no-repeat scroll 50% 50%;
2779  text-indent:-9999em;
2780}
2781#devdoc-nav a.totop {
2782  position:fixed;
2783  display:none;
2784}
2785#devdoc-nav a.totop:hover {
2786  background-color:#33B5E5;
2787}
2788
2789.content-footer a.totop {
2790  text-transform:uppercase;
2791  line-height:30px;
2792}
2793
2794.expandable {
2795  height:34px;
2796  padding-left:20px;
2797  position:relative;
2798}
2799.expandable:before {
2800  content: '';
2801  background-image: url(../images/styles/disclosure_down.png);
2802  background-repeat:no-repeat;
2803  background-position: -12px -9px;
2804  width: 20px;
2805  height: 20px;
2806  display: inline-block;
2807  position: absolute;
2808  top: 0;
2809  left: 0; }
2810}
2811.expandable.expanded:before {
2812  background-image: url(../images/styles/disclosure_up.png);
2813}
2814
2815/* notice box for cross links between Design/Develop docs */
2816a.notice-developers,
2817a.notice-designers {
2818  float:right;
2819  clear:right;
2820  width:238px;
2821  min-height:50px;
2822  margin:0 0 20px 20px;
2823  border:1px solid #ddd;
2824}
2825a.notice-developers.wide,
2826a.notice-designers.wide {
2827  width:278px;
2828}
2829a.notice-developers div,
2830a.notice-designers div {
2831  min-height:40px;
2832  background:url('../images/styles/notice-developers@2x.png') no-repeat 10px 10px;
2833  background-size:40px 40px;
2834  padding:10px 10px 10px 60px;
2835}
2836a.notice-designers div {
2837  background:url('../images/styles/notice-designers@2x.png') no-repeat 10px 10px;
2838  background-size:40px 40px;
2839}
2840a.notice-developers:hover,
2841a.notice-designers:hover {
2842  background:#eee;
2843}
2844a.notice-developers h3,
2845a.notice-designers h3 {
2846  font-size:14px;
2847  font-weight:normal;
2848  text-transform:uppercase;
2849  color:#000 !important;
2850  margin:0;
2851}
2852a.notice-developers p,
2853a.notice-designers p {
2854  margin:0;
2855  line-height:16px;
2856}
2857a.notice-developers.left,
2858a.notice-designers.left {
2859  margin-left:0;
2860  float:left;
2861}
2862
2863
2864/* hide nested list items; companion to hideNestedLists() */
2865.hide-nested li ol,
2866.hide-nested li ul {
2867  display:none;
2868}
2869
2870a.header-toggle {
2871  display:block;
2872  float:right;
2873  text-transform:uppercase;
2874  font-size:.8em !important;
2875  font-weight:normal;
2876  margin-top:2px;
2877}
2878
2879
2880/* -----------------------------------------------
2881good/bad example containers
2882*/
2883
2884div.example-block {
2885  background-repeat: no-repeat;
2886  background-position:10px 8px;
2887  background-color:#ccc;
2888  padding:4px;
2889  margin:.8em auto 1.5em 2em;
2890  width:260px;
2891  float:right;
2892}
2893/* red container */
2894.example-block.bad {
2895  background-image: url(/images/example-bad.png);
2896  background-color:#f4cccc;
2897}
2898/* green container */
2899.example-block.good {
2900  background-image: url(/images/example-good.png);
2901  background-color:#d9ead3;
2902}
2903/* container heading div */
2904#jd-content .example-block .heading {
2905  font-weight:bold;
2906  margin:6px 0 9px 36px;
2907  padding:6px auto;
2908}
2909/* container image (if any) */
2910#jd-content .example-block img {
2911  margin:0;
2912  padding:0px;
2913}
2914
2915.example-block table {
2916  margin:0;
2917}
2918
2919/* -----------------------------------------------
2920Dialog box for popup messages
2921*/
2922
2923div.dialog {
2924  height:0;
2925  margin:0 auto;
2926}
2927
2928div.dialog>div {
2929  z-index:99;
2930  position:fixed;
2931  margin:70px 0;
2932  width: 391px;
2933  height: 200px;
2934  background: #F7F7F7;
2935-moz-box-shadow: 0 0 15px rgba(0,0,0,0.5);
2936-webkit-box-shadow: 0 0 15px rgba(0,0,0,0.5);
2937box-shadow: 0 0 15px rgba(0,0,0,0.5);
2938}
2939/* IE6 can't position fixed */
2940* html div.dialog div { position:absolute; }
2941
2942
2943div#deprecatedSticker {
2944  display:none;
2945  z-index:99;
2946  position:fixed;
2947  right:15px;
2948  top:114px;
2949  margin:0;
2950  padding:1em;
2951  background:#FFF;
2952  border:1px solid #dddd00;
2953  box-shadow:-5px 5px 10px #ccc;
2954  -moz-box-shadow:-5px 5px 10px #ccc;
2955  -webkit-box-shadow:-5px 5px 10px #ccc;
2956}
2957
2958div#naMessage {
2959  display:none;
2960  width:555px;
2961  height:0;
2962  margin:0 auto;
2963}
2964
2965div#naMessage div {
2966  z-index:99;
2967  width:450px;
2968  position:fixed;
2969  margin:50px 0;
2970  padding:4em 4em 3em;
2971  background:#FFF;
2972  border:1px solid #999;
2973  box-shadow:-10px 10px 40px #888;
2974  -moz-box-shadow:-10px 10px 40px #888;
2975  -webkit-box-shadow:-10px 10px 40px #888;
2976}
2977/* IE6 can't position fixed */
2978* html div#naMessage div { position:absolute; }
2979
2980div#naMessage strong {
2981  font-size:1.1em;
2982}
2983
2984
2985/* --------------------------------------------------------------------------
2986Slideshow Controls & Next/Prev
2987*/
2988.slideshow-next, .slideshow-prev {
2989  width: 20px;
2990  height: 36px;
2991  text-indent: -1000em;
2992}
2993.slideshow-container {
2994  margin: 2em 0;
2995}
2996.slideshow-container:before, .slideshow-container:after {
2997  content: "";
2998  display: table;
2999  clear: both;
3000}
3001a.slideshow-next, a.slideshow-next:visited {
3002
3003  float: right;
3004
3005  background: url(../images/arrow-right.png) no-repeat 0 0
3006
3007}
3008
3009a.slideshow-prev, a.slideshow-prev:visited {
3010
3011  float: left;
3012
3013  background: url(../images/arrow-left.png) no-repeat 0 0
3014
3015}
3016
3017.slideshow-next:hover, .slideshow-prev:hover, .slideshow-next:focus, .slideshow-prev:focus {
3018
3019  background-position: 0 -36px
3020
3021}
3022
3023.slideshow-next:active, .slideshow-prev:active {
3024
3025  background-position: 0 -72px
3026
3027}
3028.slideshow-nav {
3029  width: 74px;
3030  margin: 0 auto;
3031}
3032.slideshow-nav a, .slideshow-nav a:visited {
3033  display: inline-block;
3034  width: 12px;
3035  height: 12px;
3036  margin: 0 2px 20px 2px;
3037  background: #ccc;
3038  -webkit-border-radius: 50%;
3039  -moz-border-radius: 50%;
3040  border-radius: 50%;
3041}
3042.slideshow-nav a:hover, .slideshow-nav a:focus {
3043
3044  background: #33B5E5
3045}
3046
3047.slideshow-nav a:active {
3048
3049  background: #1e799a;
3050  background: #ebebeb;
3051  -webkit-box-shadow: inset 0px 0px 5px 2px rgba(0, 0, 0, .05);
3052  -moz-box-shadow: inset 0px 0px 5px 2px rgba(0, 0, 0, .05);
3053  box-shadow: inset 0px 0px 5px 2px rgba(0, 0, 0, .05);
3054}
3055.slideshow-nav a.active, .slideshow-nav a.active:active, .slideshow-nav a.active:visited {
3056  background: #33B5E5
3057}
3058/* --------------------------------------------------------------------------
3059Tabs
3060*/
3061ul.tabs {
3062  padding: 0;
3063  margin: 2em 0 0 0;
3064}
3065ul.tabs:before, ul.tabs:after {
3066  content: "";
3067  display: table;
3068  clear: both;
3069}
3070ul.tabs li {
3071  list-style-type: none;
3072  float: left;
3073}
3074ul.tabs li a, ul.tabs li a:active, ul.tabs li a:visited {
3075  display: block;
3076  height: 36px;
3077  line-height: 36px;
3078  padding: 0 15px;
3079  margin-right: 2px;
3080  color: #222;
3081  -moz-border-radius-topleft: 2px;
3082  -moz-border-radius-topright: 2px;
3083  -moz-border-radius-bottomright: px;
3084  -moz-border-radius-bottomleft: px;
3085  -webkit-border-radius: 2px 2px px px;
3086  border-radius: 2px 2px px px;
3087  border-top: solid 1px #ebebeb;
3088  border-left: solid 1px #ebebeb;
3089  border-right: solid 1px #ebebeb;
3090  background-color: #fff;
3091    background-image: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#fafafa));
3092    background-image: -webkit-linear-gradient(top, #ffffff, #fafafa);
3093    background-image: -moz-linear-gradient(top, #ffffff, #fafafa);
3094    background-image: -ms-linear-gradient(top, #ffffff, #fafafa);
3095    background-image: -o-linear-gradient(top, #ffffff, #fafafa);
3096    background-image: linear-gradient(top, #ffffff, #fafafa);
3097    filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#ffffff',
3098EndColorStr='#fafafa');
3099}
3100ul.tabs li a:hover {
3101  color: #33B5E5;
3102}
3103ul.tabs li a.selected {
3104  height: 37px;
3105  color: #33B5E5;
3106  background-color: #f7f7f7;
3107  background-image: none;
3108  border-color: #ddd;
3109}
3110.tab-content {
3111  padding: 1.2em;
3112  margin: -1px 0 2em 0;
3113  -webkit-border-radius: 2px;
3114    -moz-border-radius: 2px;
3115    border-radius: 2px;
3116  border: solid 1px #ddd;
3117  background: #f7f7f7;
3118}
3119/* --------------------------------------------------------------------------
3120Feature Boxes
3121*/
3122.feature-box {
3123  width: 291px;
3124  height: 200px;
3125  position: relative;
3126  background: #F7F7F7;
3127}
3128.box-border .top, .box-border .bottom, .box-border .left, .box-border .right {
3129  z-index: 100;
3130  position: absolute;
3131  background-color: #aaa;
3132}
3133.box-border .top, .box-border .bottom {
3134  width: 291px;
3135  height: 1px;
3136}
3137.dialog .box-border .top,
3138.dialog .box-border .bottom { width:391px; }
3139
3140.box-border .left, .box-border .right {
3141  width: 1px;
3142  height: 8px;
3143}
3144.box-border .top { top: 0; left: 0 }
3145.box-border .top .left { top: 1px; left: 0 }
3146.box-border .top .right { top: 1px; right: 0 }
3147.box-border .bottom .left { top: -8px; left: 0 }
3148.box-border .bottom { top: 200px; left: 0 }
3149.box-border .bottom .right { top: -8px; right: 0 }
3150
3151.feature-box h4,
3152.dialog h4 {
3153    margin: 15px 18px 10px;
3154    padding:0;
3155}
3156
3157.feature-box p,
3158.dialog p {
3159    margin: 10px 18px;
3160    padding:0;
3161}
3162.feature-box .link,
3163.dialog .link {
3164    border-top: 1px solid #dedede;
3165    bottom: 0;
3166    position: absolute;
3167    width: inherit;
3168}
3169.feature-box a, .feature-box h4,
3170.dialog a, .dialog h4 {
3171    -webkit-transition: color .4s ease;
3172    -moz-transition: color .4s ease;
3173    -o-transition: color .4s ease;
3174    transition: color .4s ease;
3175}
3176.feature-box:hover {
3177  cursor: pointer;
3178}
3179.feature-box:hover .box-border .top, .feature-box:hover .box-border .bottom, .feature-box:hover
3180.left, .feature-box:hover .right {
3181  background-color: #33B5E5;
3182}
3183.feature-box:hover h4, .feature-box:hover a {
3184  color: #33B5E5;
3185}
3186/* --------------------------------------------------------------------------
3187Page-Specific Styles
3188*/
3189.colors {
3190  position: relative;
3191  float: left;
3192  width: 92px;
3193  margin: 40px 0 20px;
3194}
3195.colors div {
3196  color: #fff;
3197  font-size: 11.5px;
3198  width: 82px;
3199  height: 82px;
3200  margin-top:-30px;
3201  line-height: 82px;
3202  text-align: center;
3203  border: solid 5px #fff;
3204  -webkit-border-radius: 50%;
3205  -moz-border-radius: 50%;
3206  border-radius: 50%;
3207}
3208
3209
3210
3211
3212
3213
3214
3215
3216
3217
3218
3219
3220
3221
3222/* ########### REFERENCE DOCS ################## */
3223
3224#packages-nav h2,
3225#classes-nav h2 {
3226  font-size:18px;
3227  margin:0;
3228  padding:0 0 0 4px;
3229}
3230
3231#jd-header {
3232  padding: 0 0 5px;
3233  margin: 20px 0 10px;
3234  font-size:13px;
3235  border-bottom:solid 1px #ccc;
3236}
3237
3238#jd-header h1 {
3239  margin:0;
3240  padding:0;
3241}
3242
3243/* page-top-right container for reference pages (holds
3244links to summary tables) */
3245#api-info-block {
3246  font-size:13px;
3247  margin:20px 0 0;
3248  padding:0 10px 6px;
3249  font-weight:normal;
3250  float:right;
3251  text-align:right;
3252  color:#999;
3253  max-width:70%;
3254}
3255
3256#api-info-block div.api-level {
3257  font-weight:bold;
3258  font-size:inherit;
3259  float:none;
3260  color:#222;
3261  padding:0;
3262  margin:0;
3263}
3264
3265/* inheritance table */
3266.jd-inheritance-table {
3267  border-spacing:0;
3268  margin:0;
3269  padding:0;
3270  font-size:13px;
3271  background-color:transparent;
3272}
3273.jd-inheritance-table tr td {
3274  border: none;
3275  margin: 0;
3276  padding: 0;
3277  background-color:transparent;
3278}
3279.jd-inheritance-table .jd-inheritance-space {
3280  font-weight:bold;
3281  width:1em;
3282}
3283.jd-inheritance-table .jd-inheritance-interface-cell {
3284  padding-left: 17px;
3285}
3286
3287
3288
3289.jd-sumtable a {
3290  text-decoration:none;
3291}
3292
3293.jd-sumtable a:hover {
3294  text-decoration:underline;
3295}
3296
3297/* the link inside a sumtable for "Show All/Hide All" */
3298.toggle-all {
3299  display:block;
3300  float:right;
3301  font-weight:normal;
3302  font-size:0.9em;
3303}
3304
3305/* adjustments for in/direct subclasses tables */
3306.jd-sumtable.jd-sumtable-subclasses {
3307  margin: 1em 0 0 0;
3308  max-width:968px;
3309  background-color:transparent;
3310  font-size:13px;
3311}
3312
3313/* extra space between end of method name and open-paren */
3314.sympad {
3315  margin-right: 2px;
3316}
3317
3318/* right alignment for the return type in sumtable */
3319.jd-sumtable .jd-typecol {
3320  text-align:right;
3321}
3322
3323/* adjustments for the expando table-in-table */
3324.jd-sumtable-expando {
3325  margin:.5em 0;
3326  padding:0;
3327}
3328
3329/* a div that holds a short description */
3330.jd-descrdiv {
3331  padding:3px 1em 0 1em;
3332  margin:0;
3333  border:0;
3334}
3335
3336#jd-content img.jd-expando-trigger-img {
3337  padding:0 4px 4px 0;
3338  margin:0;
3339}
3340
3341.jd-sumtable-subclasses div#subclasses-direct,
3342.jd-sumtable-subclasses div#subclasses-indirect {
3343  margin:0 0 0 13px;
3344}
3345
3346
3347
3348/********* MEMBER REF *************/
3349
3350
3351.jd-details {
3352/*  border:1px solid #669999;
3353  padding:4px; */
3354  margin:0 0 1em;
3355}
3356
3357/* API reference: a container for the
3358.tagdata blocks that make up the detailed
3359description */
3360.jd-details-descr {
3361  padding:0;
3362  margin:.5em .25em;
3363}
3364
3365/* API reference: a block containing
3366a detailed description, a params table,
3367seealso list, etc */
3368.jd-tagdata {
3369  margin:.5em 1em;
3370}
3371
3372.jd-tagdata p {
3373  margin:0 0 1em 1em;
3374}
3375
3376/* API reference: adjustments to
3377the detailed description block */
3378.jd-tagdescr {
3379  margin:.25em 0 .75em 0;
3380}
3381
3382.jd-tagdescr ol,
3383.jd-tagdescr ul {
3384  margin:0 2.5em;
3385  padding:0;
3386}
3387
3388.jd-tagdescr table,
3389.jd-tagdescr img {
3390  margin:.25em 1em;
3391}
3392
3393.jd-tagdescr li {
3394margin:0 0 .25em 0;
3395padding:0;
3396}
3397
3398/* API reference: heading marking
3399the details section for constants,
3400attrs, methods, etc. */
3401h4.jd-details-title {
3402  font-size:1.15em;
3403  background-color: #E2E2E2;
3404  margin:1.5em 0 .6em;
3405  padding:3px 95px 3px 3px; /* room for api-level */
3406}
3407body.google h4.jd-details-title {
3408  background-color: #FFF;
3409  padding-top:5px;
3410  border-top: 1px solid #ccc;
3411}
3412body.google table.jd-sumtable th {
3413  background-color: #FFF;
3414  color:#000;
3415}
3416
3417h4.jd-tagtitle {
3418  margin:0;
3419}
3420
3421h4 .normal {
3422  font-weight:normal;
3423}
3424
3425/* API reference: heading for "Parameters", "See Also", etc.,
3426in details sections */
3427h5.jd-tagtitle {
3428  margin:0 0 .25em 0;
3429  font-size:1em;
3430}
3431
3432.jd-tagtable {
3433  margin:0;
3434  background-color:transparent;
3435  width:auto;
3436}
3437
3438.jd-tagtable td,
3439.jd-tagtable th {
3440  border:none;
3441  background-color:#fff;
3442  vertical-align:top;
3443  font-weight:normal;
3444  padding:2px 10px;
3445}
3446
3447.jd-tagtable th {
3448  font-style:italic;
3449}
3450
3451/* Inline api level indicator for methods */
3452div.api-level {
3453  font-size:.8em;
3454  font-weight:normal;
3455  color:#999;
3456  float:right;
3457  padding:0 8px 0;
3458  margin-top:-30px;
3459}
3460
3461table.jd-tagtable td,
3462table.jd-tagtable th {
3463  background-color:transparent;
3464}
3465
3466table.jd-tagtable th {
3467  color:inherit;
3468}
3469
3470
3471
3472
3473
3474
3475
3476
3477
3478
3479
3480
3481
3482
3483
3484
3485
3486
3487
3488
3489
3490
3491
3492/* SEARCH FILTER */
3493
3494.menu-container {
3495  position:relative;
3496}
3497#search_autocomplete {
3498  font-weight:normal;
3499}
3500
3501.search_filtered_wrapper.reference {
3502  width: 193px;
3503  float: right;
3504}
3505.search_filtered_wrapper.docs {
3506  width:875px;
3507  float: left;
3508  position:absolute;
3509  top:26px;
3510  right:66px;
3511}
3512.suggest-card {
3513  position:relative;
3514  width:170px;
3515  min-height:90px;
3516  padding:5px;
3517  border: solid 1px #C5C5C5;
3518  background: white;
3519  top: 15px;
3520  margin-right:-5px;
3521  -moz-box-shadow: 0 0 10px rgba(0,0,0,0.2);
3522  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
3523  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
3524}
3525.suggest-card.reference {
3526  position:absolute;
3527  z-index:999;
3528  min-width:171px; /* +padding and border makes this match input width */
3529  min-height:93px; /* add 3px because this has 1 not 4px top border */
3530  width:auto;
3531  top:41px;
3532  margin:0;
3533}
3534.suggest-card.develop {
3535  z-index:997;
3536  border-top: solid 4px #F80;
3537  float:right;
3538}
3539.suggest-card.design {
3540  z-index:996;
3541  border-top: solid 4px #33b5e5;
3542  float:right;
3543}
3544.suggest-card.distribute {
3545  z-index:995;
3546  border-top: solid 4px #9C0;
3547  float:right;
3548}
3549.child-card {
3550  width:100%;
3551}
3552.suggest-card.dummy {
3553  width:172px;
3554  float:right;
3555  border:0;
3556  background:transparent;
3557  -moz-box-shadow: none;
3558  -webkit-box-shadow: none;
3559  box-shadow: none;
3560}
3561
3562ul.search_filtered {
3563  min-width:100%;
3564  list-style: none;
3565  margin: 0 0 5px;
3566  padding: 0;
3567}
3568.search_filtered .jd-selected {
3569  background:#efefef;
3570  cursor:pointer;
3571}
3572.search_filtered .jd-selected,
3573.search_filtered .jd-selected a {
3574    color:#09C !important;
3575}
3576
3577.no-display {
3578  display: none;
3579}
3580
3581.search_filtered li.jd-autocomplete {
3582  font-size: 0.81em;
3583  border: none;
3584  margin: 0 0 2px;
3585  padding: 0;
3586  line-height:1.5em;
3587}
3588
3589.search_filtered li a {
3590  padding:0 5px;
3591  color:#222 !important;
3592  display:inline-block;
3593  line-height:12px;
3594}
3595
3596.search_filtered li.header {
3597  font-weight:bold;
3598  color:#444;
3599  border: none;
3600  margin: 8px 0 2px;
3601  padding:1px 5px;
3602  line-height:1.5em;
3603}
3604.search_filtered li.header.small {
3605  font-size:0.85em;
3606}
3607
3608.suggest-card.reference
3609.search_filtered li.header {
3610  color:#aaa;
3611  font-size: 0.81em;
3612}
3613
3614.search_filtered li.header:first-child {
3615  margin: 0 0 2px;
3616}
3617
3618.show-item {
3619  display: table-row;
3620}
3621.hide-item {
3622  display: hidden;
3623}
3624
3625
3626
3627
3628
3629/* SEARCH RESULTS */
3630
3631
3632#leftSearchControl .gsc-twiddle {
3633  background-image : none;
3634}
3635
3636#leftSearchControl td, #searchForm td {
3637  border: 0px solid #000;
3638  padding:0;
3639}
3640
3641#leftSearchControl .gsc-resultsHeader .gsc-title {
3642  padding-left : 0px;
3643  font-weight : bold;
3644  font-size : 13px;
3645  color:#006699;
3646  display : none;
3647}
3648
3649#leftSearchControl .gsc-resultsHeader div.gsc-results-selector {
3650  display : none;
3651}
3652
3653#leftSearchControl .gsc-resultsRoot {
3654  padding-top : 6px;
3655}
3656
3657#leftSearchControl div.gs-visibleUrl-long {
3658  display : block;
3659  color:#006699;
3660}
3661
3662#leftSearchControl .gsc-webResult {
3663  padding:0 0 20px 0;
3664}
3665
3666.gsc-webResult div.gs-visibleUrl-short,
3667table.gsc-branding,
3668.gsc-clear-button {
3669  display : none;
3670}
3671
3672.gsc-cursor-box .gsc-cursor div.gsc-cursor-page,
3673.gsc-cursor-box .gsc-trailing-more-results a.gsc-trailing-more-results,
3674#leftSearchControl a,
3675#leftSearchControl a b {
3676  color:#006699;
3677}
3678
3679.gsc-resultsHeader {
3680  display: none;
3681}
3682
3683/* Disable built in search forms */
3684.gsc-control form.gsc-search-box {
3685  display : none;
3686}
3687table.gsc-search-box {
3688  margin:6px 0 0 0;
3689  border-collapse:collapse;
3690}
3691
3692td.gsc-input {
3693  padding:0 2px;
3694  width:100%;
3695  vertical-align:middle;
3696}
3697
3698input.gsc-input {
3699  border:1px solid #BCCDF0;
3700  width:99%;
3701  padding-left:2px;
3702  font-size:.95em;
3703}
3704
3705td.gsc-search-button {
3706  text-align: right;
3707  padding:0;
3708  vertical-align:top;
3709}
3710
3711
3712#searchResults {
3713  overflow:hidden; /* because the repositioned page links makes the section think it needs to scroll
3714(it doesn't) */
3715  height:auto;
3716}
3717
3718#searchResults .gsc-control {
3719  position:relative;
3720  width:auto;
3721  padding:0 0 10px;
3722}
3723
3724#searchResults .gsc-tabsArea {
3725  position:relative;
3726  white-space:nowrap;
3727  float:left;
3728  width:200px;
3729}
3730
3731#searchResults .gsc-above-wrapper-area {
3732  display:none;
3733}
3734
3735#searchResults .gsc-resultsbox-visible {
3736  float:left;
3737  width:720px;
3738  margin-left:20px;
3739}
3740
3741#searchResults .gsc-tabHeader {
3742  padding: 3px 6px;
3743  position:relative;
3744  width:auto;
3745  display:block;
3746}
3747
3748#searchResults h2#searchTitle {
3749  padding:0;
3750  margin:5px 0;
3751  border:none;
3752}
3753
3754#searchResults h2#searchTitle em {
3755  font-style:normal;
3756  color:#33B5E5;
3757}
3758
3759#searchResults .gsc-table-result {
3760  margin:5px 0 10px 0;
3761  background-color:transparent;
3762}
3763#searchResults .gs-web-image-box, .gs-promotion-image-box {
3764  width:120px;
3765}
3766#searchResults .gs-web-image-box img.gs-image, .gs-promotion-image-box img.gs-promotion-image {
3767  max-width:120px;
3768}
3769
3770#searchResults .gsc-table-result .gsc-thumbnail {
3771  padding:0 20px 0 0;
3772}
3773
3774#searchResults td {
3775  background-color:transparent;
3776}
3777
3778#searchResults .gsc-expansionArea {
3779  position:relative;
3780}
3781#searchResults .gsc-tabsArea .gsc-cursor-box {
3782  width:200px;
3783  padding:20px 0 0 1px;
3784}
3785#searchResults .gsc-cursor-page {
3786  display:inline-block;
3787  float:left;
3788  margin:-1px 0 0 -1px;
3789  padding:0;
3790  height:27px;
3791  width:27px;
3792  text-align:center;
3793  line-height:2;
3794}
3795
3796#searchResults .gsc-tabHeader.gsc-tabhInactive,
3797#searchResults .gsc-cursor-page {
3798  text-decoration:none;
3799  color:#258AAF;
3800  border: solid 1px #DADADA;
3801}
3802
3803#searchResults .gsc-tabHeader.gsc-tabhInactive:hover,
3804#searchResults .gsc-cursor-page:hover {
3805  border-color: #DBDBDB;
3806  background-color: #F3F3F3;
3807  background-image: -webkit-gradient(linear, left top, left bottom, from(#F9F9F9), to(#ECECEC));
3808  background-image: -webkit-linear-gradient(top, #F9F9F9, #ECECEC);
3809  background-image: -moz-linear-gradient(top, #F9F9F9, #ECECEC);
3810  background-image: -ms-linear-gradient(top, #F9F9F9, #ECECEC);
3811  background-image: -o-linear-gradient(top, #F9F9F9, #ECECEC);
3812  background-image: linear-gradient(top, #F9F9F9, #ECECEC);
3813  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#f9f9f9',
3814EndColorStr='#ececec');
3815  color: #33B5E5;
3816}
3817
3818#searchResults .gsc-tabHeader.gsc-tabhActive,
3819#searchResults .gsc-tabHeader.gsc-tabhActive:hover,
3820#searchResults .gsc-cursor-page.gsc-cursor-current-page,
3821#searchResults .gsc-cursor-page.gsc-cursor-current-page:hover {
3822  color:#fff;
3823  background-color: #09C;
3824  background-image: -webkit-gradient(linear, left top, left bottom, from(#2FADDB), to(#09C));
3825  background-image: -webkit-linear-gradient(top, #2FADDB, #09C);
3826  background-image: -moz-linear-gradient(top, #2FADDB, #09C);
3827  background-image: -ms-linear-gradient(top, #2FADDB, #09C);
3828  background-image: -o-linear-gradient(top, #2FADDB, #09C);
3829  background-image: linear-gradient(top, #2FADDB, #09C);
3830  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#2faddb', EndColorStr='#09c');
3831  border: 1px solid #3990AB;
3832  z-index:100;
3833}
3834
3835}
3836
3837
3838
3839
3840
3841
3842
3843
3844
3845
3846
3847
3848
3849/*********** PREVIOUSLY dac-styles.css ***************/
3850
3851
3852#header {
3853  border-bottom:0;
3854}
3855
3856#header .wrap {
3857  max-width:940px;
3858  height:41px;
3859  border-bottom:1px solid;
3860  border-color: #ccc;
3861  position:relative;
3862}
3863
3864.about #header .wrap {
3865  border-color: #9933CC;
3866}
3867
3868.design #header .wrap {
3869  border-color: #33b5e5;
3870}
3871
3872.develop #header .wrap {
3873  border-color: #F80;
3874}
3875
3876.distribute #header .wrap {
3877  border-color: #9C0;
3878}
3879
3880.logo a {
3881  width:123px;
3882  float:left;
3883}
3884
3885#header .logo {
3886  margin-top: -6px;
3887  margin-left: 0px;
3888  margin-bottom:0px;
3889  width: 160px;
3890  padding-right:10px;
3891}
3892
3893.search {
3894  height:25px;
3895  margin-top: -3px;
3896  margin-bottom: 0px;
3897}
3898
3899
3900
3901/* Quicknav */
3902.btn-quicknav {
3903  width:20px;
3904  height:28px;
3905  float:left;
3906  margin-left:6px;
3907  padding-right:10px;
3908  position:relative;
3909  cursor:pointer;
3910  border-right:1px solid #CCC;
3911}
3912
3913.btn-quicknav a {
3914  zoom:1;
3915  position:absolute;
3916  top:13px;
3917  left:5px;
3918  display:block;
3919  text-indent:-9999em;
3920  width:10px;
3921  height:5px;
3922  background:url(../images/quicknav_arrow.png) no-repeat;
3923}
3924
3925.btn-quicknav a.arrow-active {
3926  background-position: 0 -5px;
3927  display:none;
3928}
3929
3930#header-wrap.quicknav a.arrow-inactive {
3931  display:none;
3932}
3933
3934.btn-quicknav.active a.arrow-active {
3935  display:block;
3936}
3937
3938.nav-x li {
3939  display:block;
3940  float:left;
3941  margin-right:45px;
3942  -webkit-transition: all 0.25s linear;
3943      -moz-transition: all 0.25s linear;
3944       -ms-transition: all 0.25s linear;
3945        -o-transition: all 0.25s linear;
3946           transition: all 0.25s linear;
3947}
3948
3949#header-wrap.quicknav .nav-x li {
3950  min-width:160px;
3951  margin-right:20px;
3952}
3953
3954#header-wrap.quicknav li.last {
3955  margin-right:0px;
3956}
3957
3958#quicknav {
3959 float:none;
3960 clear:both;
3961 margin-left:180px;
3962 margin-top:-30px;
3963 display:none;
3964 overflow:hidden;
3965}
3966
3967#header-wrap.quicknav #quicknav {
3968
3969}
3970
3971#quicknav ul {
3972  margin:10px 0;
3973  padding:0;
3974}
3975
3976#quicknav ul li.design {
3977  border-top:1px solid #33b5e5;
3978}
3979
3980#quicknav ul li.develop {
3981  border-top:1px solid #FF8800;
3982}
3983
3984#quicknav ul li.distribute {
3985  border-top:1px solid #99cc00;
3986}
3987
3988#quicknav ul li {
3989  display:block;
3990  float:left;
3991  margin:0 20px 0 0;
3992  min-width:140px;
3993}
3994
3995#quicknav ul li.last {
3996  margin-right:0px;
3997}
3998
3999#quicknav ul li ul li {
4000  float:none;
4001}
4002
4003#quicknav ul li ul li a {
4004  color:#222;
4005}
4006
4007#quicknav ul li li ul,
4008#quicknav ul li li ul li {
4009  margin:0;
4010}
4011
4012#quicknav ul li li ul li:before {
4013  content:"\21B3";
4014}
4015
4016#header-wrap {
4017   -webkit-transition: all 0.25s ease-out;
4018      -moz-transition: all 0.25s ease-out;
4019       -ms-transition: all 0.25s ease-out;
4020        -o-transition: all 0.25s ease-out;
4021           transition: all 0.25s ease-out;
4022
4023}
4024
4025#header-wrap.quicknav {
4026  height:196px;
4027
4028}
4029
4030/* SEARCH AND MORE */
4031.search {
4032  position: absolute;
4033  width: 50px;
4034  height:28px;
4035  display: block;
4036  margin-top:-3px;
4037  margin-bottom:7px;
4038  overflow:hidden;
4039  z-index:100;
4040  right:54px;
4041  -webkit-transition: width 0.4s ease;
4042     -moz-transition: width 0.4s ease;
4043       -o-transition: width 0.4s ease;
4044          transition: width 0.4s ease;
4045}
4046
4047.search #search-btn {
4048  width:50px;
4049  height:28px;
4050  background:url(../images/icon_search.png) no-repeat;
4051  float:left;
4052}
4053
4054.search-inner {
4055  width:245px;
4056}
4057
4058.search:hover, .search.active {
4059  width:245px;
4060}
4061
4062.search .bottom, .search .left, .search .right {
4063  position: absolute;
4064  background-color: #a2a2a2
4065}
4066
4067.search .bottom {
4068  width: 214px;
4069  height: 1px;
4070  top: 24px;
4071  left: 0
4072}
4073
4074.search .left, .search .right {
4075  height: 5px;
4076  width: 1px
4077}
4078
4079.search .left {
4080  top: 22px;
4081  left: 56px;
4082  background-color:#CCC;
4083}
4084
4085.search .right {
4086  top: 22px;
4087  left: 238px;
4088  background-color:#CCC;
4089}
4090
4091.search form {
4092  margin-top: 2px;
4093  width: 162px;
4094  float:left;
4095}
4096
4097.search form input {
4098  color: #2f2f2f;
4099  font-size: 0.95em;
4100  width: 178px;
4101  border: none;
4102  margin-left: 6px;
4103  z-index: 1500;
4104  position: relative;
4105  background-color: transparent;
4106  border-bottom:1px solid #CCC;
4107  padding:0 0 0 4px;
4108  outline:none;
4109  height:24px;
4110}
4111
4112.search:hover form input {
4113  border-bottom:1px solid #33B5E5;
4114}
4115
4116.search:hover .bottom, .search:hover .left, .search:hover .right {
4117  background-color: #33b5e5;
4118}
4119
4120.search:hover #search-btn {
4121  background-position: 0 -28px
4122}
4123
4124.search form input:focus {
4125  color: #222;
4126  font-weight: bold
4127}
4128
4129.moremenu {
4130  float: right;
4131  position: relative;
4132  width: 50px;
4133  height:28px;
4134  display: block;
4135  margin-top:-3px;
4136  margin-bottom:7px;
4137  overflow:hidden;
4138  -webkit-transition: width 0.25s ease;
4139     -moz-transition: width 0.25s ease;
4140       -o-transition: width 0.25s ease;
4141          transition: width 0.25s ease;
4142}
4143
4144.moremenu #more-btn {
4145  width:40px;
4146  height:28px;
4147  background:url(../images/icon_more.png) no-repeat;
4148  border-left:1px solid #CCC;
4149  float:left;
4150  cursor:pointer;
4151}
4152
4153.moremenu:hover #more-btn {
4154  background-position:0 -28px;
4155}
4156
4157.morehover {
4158  position:absolute;
4159  right:6px;
4160  top:-9px;
4161  width:40px;
4162  height:35px;
4163  z-index:99;
4164  overflow:hidden;
4165
4166  -webkit-opacity:0;
4167     -moz-opacity:0;
4168       -o-opacity:0;
4169          opacity:0;
4170
4171  -webkit-transform-origin:100% 0%;
4172     -moz-transform-origin:100% 0%;
4173       -o-transform-origin:100% 0%;
4174          transform-origin:100% 0%;
4175
4176  -webkit-transition-property: -webkit-opacity;
4177  -webkit-transition-duration: .25s;
4178  -webkit-transition-timing-function:ease;
4179
4180  -moz-transition-property: -moz-opacity;
4181  -moz-transition-duration: .25s;
4182  -moz-transition-timing-function:ease;
4183
4184  -o-transition-property: -o-opacity;
4185  -o-transition-duration: .25s;
4186  -o-transition-timing-function:ease;
4187
4188  transition-property: opacity;
4189  transition-duration: .25s;
4190  transition-timing-function:ease;
4191}
4192
4193.morehover:hover,
4194.morehover.hover {
4195  opacity:1;
4196  height:385px;
4197  width:268px;
4198  -webkit-transition-property:height,  -webkit-opacity;
4199}
4200
4201.morehover .top {
4202  width:268px;
4203  height:39px;
4204  background:url(../images/more_top.png) no-repeat;
4205}
4206
4207.morehover .mid {
4208  width:228px;
4209  background:url(../images/more_mid.png) repeat-y;
4210  padding:10px 20px 0 20px;
4211}
4212
4213.morehover .mid .header {
4214  border-bottom:1px solid #ccc;
4215  font-weight:bold;
4216}
4217
4218.morehover .bottom {
4219  width:268px;
4220  height:6px;
4221  background:url(../images/more_bottom.png) no-repeat;
4222}
4223
4224.morehover ul {
4225  margin:10px 10px 20px 0;
4226}
4227
4228.morehover ul li {
4229  list-style:none;
4230}
4231
4232.morehover ul li.active a,
4233.morehover ul li.active a:hover {
4234  color:#222 !important;
4235}
4236
4237.morehover ul li.active img {
4238  margin-right:4px;
4239}
4240
4241
4242
4243
4244/* MARQUEE */
4245.slideshow-container {
4246  width:100%;
4247  overflow:hidden;
4248  position:relative;
4249}
4250.slideshow-container .slideshow-prev {
4251  position:absolute;
4252  top:50%;
4253  left:0px;
4254  margin-top:-36px;
4255  z-index:99;
4256}
4257.slideshow-container .slideshow-next {
4258  position:absolute;
4259  top:50%;
4260  margin-top:-36px;
4261  z-index:99;
4262  right:0px;
4263}
4264
4265.slideshow-container .pagination {
4266  position:absolute;
4267  bottom:20px;
4268  width:100%;
4269  text-align:center;
4270  z-index:99;
4271}
4272.slideshow-container .pagination ul {
4273  margin:0;
4274}
4275.slideshow-container .pagination ul li{
4276  display: inline-block;
4277  width:12px;
4278  height:12px;
4279  text-indent:-8000px;
4280  list-style:none;
4281  margin: 0 2px;
4282  border-radius:6px;
4283  background-color:#ccc;
4284  cursor:pointer;
4285        -webkit-transition:color .5s ease-in;
4286        -moz-transition:color .5s ease-in;
4287        -o-transition:color .5s ease-in;
4288        transition:color .5s ease-in;
4289}
4290.slideshow-container .pagination ul li:hover {
4291  background-color:#999;
4292}
4293.slideshow-container .pagination ul li.active {
4294  background-color:#33b5e5;
4295}
4296.slideshow-container .pagination ul li.active:hover {
4297  background-color:#33b5e5;
4298}
4299.slideshow-container ul li {
4300  display:inline;
4301  list-style:none;
4302}
4303
4304
4305
4306
4307a.download-sdk {
4308    float:right;
4309    margin:-10px 0;
4310    height:30px;
4311    padding-top:4px;
4312    padding-bottom:0px;
4313}
4314
4315#nav-x {
4316  padding-top: 14px;
4317}
4318
4319#nav-x .wrap {
4320  min-height:34px;
4321}
4322
4323#nav-x .wrap,
4324#searchResults.wrap {
4325    max-width:940px;
4326    border-bottom:1px solid #CCC;
4327}
4328
4329#searchResults.wrap #leftSearchControl {
4330  min-height:700px
4331}
4332.nav-x {
4333    margin-left:0;
4334    margin-bottom:0;
4335}
4336
4337
4338
4339
4340
4341
4342
4343
4344
4345
4346/*
4347 * CSS Styles that are needed by jScrollPane for it to operate correctly.
4348 */
4349
4350.jspContainer {
4351  overflow: hidden;
4352  position: relative;
4353}
4354
4355.jspPane {
4356  position: absolute;
4357  overflow: hidden;
4358  width:100% !important; /* to avoid cut-off api names in reference in horiz scroll */
4359}
4360
4361.jspVerticalBar {
4362  position: absolute;
4363  top: 0;
4364  right: 0;
4365  width: 4px;
4366  height: 100%;
4367  background: #f5f5f5;
4368}
4369
4370.jspHorizontalBar {
4371  position: absolute;
4372  bottom: 0;
4373  left: 0;
4374  width: 100%;
4375  height: 4px;
4376  background: #f5f5f5;
4377}
4378
4379.jspVerticalBar *,
4380.jspHorizontalBar * {
4381  margin: 0;
4382  padding: 0;
4383}
4384.jspCap {
4385  display: block;
4386}
4387
4388.jspVerticalBar .jspCap {
4389  height: 4px;
4390}
4391
4392.jspHorizontalBar .jspCap {
4393  width: 0;
4394  height: 100%;
4395}
4396
4397.jspHorizontalBar .jspCap {
4398  float: left;
4399}
4400
4401.jspTrack {
4402  position: relative;
4403}
4404
4405.jspDrag {
4406  background: #bbb;
4407  position: relative;
4408  top: 0;
4409  left: 0;
4410  cursor: pointer;
4411}
4412
4413.jspDrag:hover,
4414.jspDrag:active {
4415  border-color: #09c;
4416  background-color: #4cadcb;
4417  background-image: -webkit-gradient(linear, left top, right top, from(#5dbcd9), to(#4cadcb));
4418  background-image: -webkit-linear-gradient(left, #5dbcd9, #4cadcb);
4419  background-image: -moz-linear-gradient(left, #5dbcd9, #4cadcb);
4420  background-image: -ms-linear-gradient(left, #5dbcd9, #4cadcb);
4421  background-image: -o-linear-gradient(left, #5dbcd9, #4cadcb);
4422  background-image: linear-gradient(left, #5dbcd9, #4cadcb);
4423  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#5dbcd9', EndColorStr='#4cadcb');
4424}
4425
4426.jspHorizontalBar .jspTrack,
4427.jspHorizontalBar .jspDrag {
4428  float: left;
4429  height: 100%;
4430}
4431
4432.jspArrow {
4433  background: #999;
4434  text-indent: -20000px;
4435  display: block;
4436  cursor: pointer;
4437}
4438
4439.jspArrow.jspDisabled {
4440  cursor: default;
4441  background: #ccc;
4442}
4443
4444.jspVerticalBar .jspArrow {
4445  height: 16px;
4446}
4447
4448.jspHorizontalBar .jspArrow {
4449  width: 16px;
4450  float: left;
4451  height: 100%;
4452}
4453
4454.jspVerticalBar .jspArrow:focus {
4455  outline: none;
4456}
4457
4458.jspCorner {
4459  float: left;
4460  height: 100%;
4461}
4462
4463/* Yuk! CSS Hack for IE6 3 pixel bug :( */
4464* html .jspCorner {
4465  margin: 0 -3px 0 0;
4466}
4467/******* end of jscrollpane *********/
4468
4469
4470
4471
4472
4473/************ DEVELOP HOMEPAGE ******************/
4474
4475/* Slideshow */
4476.slideshow-develop {
4477  height: 300px;
4478  width: 940px;
4479  position: relative;
4480  overflow:hidden;
4481}
4482.slideshow-develop .frame {
4483  width: 940px;
4484  height: 300px;
4485}
4486.slideshow-develop img.play {
4487  max-width:350px;
4488  max-height:240px;
4489  margin:20px 0 0 90px;
4490  -webkit-transform: perspective(800px ) rotateY( 35deg );
4491  box-shadow: -16px 20px 40px rgba(0, 0, 0, 0.3);
4492  -moz-box-shadow: -16px 20px 40px rgba(0, 0, 0, 0.3);
4493  -webkit-box-shadow: -16px 20px 40px rgba(0, 0, 0, 0.3);
4494}
4495.slideshow-develop img.play.no-shadow {
4496    box-shadow: none;
4497    -moz-box-shadow: none;
4498    -webkit-box-shadow: none;
4499}
4500.slideshow-develop img.play.no-transform {
4501  -webkit-transform: none;
4502}
4503.slideshow-develop a.slideshow-next {
4504  background: url(../images/arrow-right-develop.png);
4505}
4506.slideshow-develop a.slideshow-prev {
4507  background: url(../images/arrow-left-develop.png);
4508}
4509.slideshow-develop .content-right {
4510  float: left;
4511}
4512.slideshow-develop .content-right h2 {
4513  padding:0;
4514  margin-bottom:10px;
4515  border:none;
4516}
4517.slideshow-develop .item {
4518  height: 300px;
4519  width: 940px;
4520}
4521.slideshow-develop .pagination ul li.active {
4522  background-color: #F80;
4523}
4524.slideshow-develop .pagination ul li.active:hover {
4525  background-color: #F80;
4526}
4527.slideshow-develop .item hr {
4528  margin:5px 0 10px;
4529}
4530.slideshow-develop .item p {
4531  margin:10px 0;
4532}
4533.slideshow-develop .item p.title-intro {
4534  position:absolute;
4535  margin:0;
4536}
4537
4538/* Feeds */
4539.feed ul {
4540  margin: 0;
4541}
4542.feed .feed-nav {
4543  height: 25px;
4544  border-bottom: 1px solid #CCC;
4545}
4546.feed .feed-nav li {
4547  list-style: none;
4548  float: left;
4549  height: 21px; /* +4px bottom border = 25px; same as .feed-nav */
4550  margin-right: 25px;
4551  cursor: pointer;
4552}
4553.feed .feed-nav li.active {
4554  color: #000;
4555  border-bottom: 4px solid #F80;
4556}
4557.feed .feed-container {
4558  overflow: hidden;
4559  width: 460px;
4560}
4561.feed .feed-container .feed-frame {
4562  width: 1000px;
4563}
4564.feed .feed-container .feed-frame ul {
4565  float: left;
4566  width:460px;
4567}
4568.feed .feed-container .feed-frame ul ul {
4569  float: none;
4570  margin:10px 0 0 30px;
4571}
4572.feed .feed-container .feed-frame li {
4573  list-style: none;
4574  margin: 20px 0 20px 0;
4575  width: 460px;
4576  height:93px;
4577}
4578.feed .feed-container .feed-frame li.playlist {
4579  height:auto;
4580}
4581.feed .feed-container .feed-frame li.playlist a {
4582  height:93px;
4583  display:block;
4584}
4585.feed .feed-container .feed-frame li.more {
4586  height:20px;
4587  margin:10px 0 5px 5px;
4588}
4589.feed .feed-container .feed-frame li.more a {
4590  height:inherit;
4591}
4592.feed .feed-container .feed-frame li.playlist-video {
4593  list-style: none;
4594  margin: 0;
4595  width: 460px;
4596  height:55px;
4597  font-size:12px;
4598}
4599.feed .feed-container .feed-frame li.playlist-video a {
4600  height:45px;
4601  padding:5px;
4602}
4603.feed .feed-container .feed-frame li.playlist-video h5 {
4604  font-size:12px;
4605  line-height:13px;
4606  margin:0;
4607}
4608.feed .feed-container .feed-frame li.playlist-video p {
4609  margin:5px 0 0;
4610  line-height:15px;
4611}
4612.feed-container .feed-frame div.feed-image {
4613  float: left;
4614  border: 1px solid #999;
4615  margin:0 20px 0 0;
4616  width:122px;
4617  height:92px;
4618  background:url('../images/blog-default.png') no-repeat 0 0;
4619  background-size:180px;
4620}
4621#jd-content .feed .feed-container .feed-frame li img {
4622  float: left;
4623  border: 1px solid #999;
4624  margin:0 20px 0 0;
4625  width:122px;
4626  height:92px;
4627}
4628#jd-content .feed .feed-container .feed-frame li.playlist-video img {
4629  width:inherit;
4630  height:inherit;
4631}
4632
4633.feed .feed-container .feed-frame li a,
4634.feed .feed-container .feed-frame li a:active {
4635  color:#555 !important;
4636}
4637
4638.feed .feed-container .feed-frame li a:hover,
4639.feed .feed-container .feed-frame li a:hover * {
4640  color:#7AA1B0 !important;
4641}
4642
4643/* Video player */
4644#player-wrapper {
4645  display:none;
4646  margin: -1px auto 0;
4647  position: relative;
4648  width: 940px;
4649  height: 0px;
4650}
4651#player-frame {
4652  background: #EFEFEF;
4653  border: 1px solid #CCC;
4654  padding: 0px 207px;
4655  z-index: 10; /* stay above marque, but below search suggestions */
4656  width: 525px;
4657  height: 330px;
4658  position: relative;
4659}
4660
4661
4662
4663/************ DISTRIBUTE HOMEPAGE ***************/
4664
4665.marquee {
4666  width: 760px;
4667}
4668.marquee .main-img {
4669  float: left;
4670  margin-top: 20px;
4671  width: 490px;
4672}
4673.marquee .copy {
4674  width: 270px;
4675  float: left;
4676  margin-top: 30px;
4677}
4678.distribute-features {
4679  margin: 0;
4680}
4681.distribute-features ul {
4682  margin: 0;
4683}
4684.distribute-features ul li {
4685  list-style: none;
4686  float: left;
4687  border-top: 1px solid #9C0;
4688  width: 220px;
4689  margin-right: 50px;
4690}
4691.distribute-features ul li.last {
4692  margin-right: 0px;
4693}
4694
4695.distribute-features .distribute-link li a {
4696  color:red !important;
4697}
4698
4699.distribute-features .distribute-link li a,
4700.distribute-features .distribute-link li a:active {
4701  color:#555 !important;
4702}
4703
4704.distribute-features .distribute-link li a:hover,
4705.distribute-features .distribute-link li a:hover * {
4706  color:#7AA1B0 !important;
4707}
4708
4709
4710/************ DEVELOP TOPIC CONTAINERS ************/
4711
4712.landing-banner,
4713.landing-docs {
4714  margin:20px 0 0;
4715}
4716.landing-banner div:first-child,
4717.landing-docs div:first-child,
4718.landing-docs .col-12 {
4719  margin-left:0;
4720  min-height:280px;
4721}
4722.landing-banner div:last-child,
4723.landing-docs div:last-child,
4724.landing-docs .col-12 {
4725  margin-right:0;
4726}
4727
4728.landing-banner h1 {
4729  margin-top:0;
4730}
4731.landing-docs {
4732  clear:left;
4733  overflow:hidden;
4734}
4735.landing-docs h3 {
4736  font-size:14px;
4737  line-height:21px;
4738  color:#555;
4739  text-transform:uppercase;
4740  border-bottom:1px solid #CCC;
4741  margin:0 0 20px;
4742}
4743.landing-docs a {
4744  color:#333 !important;
4745}
4746
4747.landing-docs a:hover,
4748.landing-docs a:hover * {
4749  color:#7AA1B0 !important
4750}
4751
4752.landing-docs .normal-links a {
4753  color:#258aaf !important;
4754}
4755
4756.plusone {
4757  float:right;
4758}
4759
4760
4761
4762/************* HOME/LANDING PAGE *****************/
4763
4764.slideshow-home {
4765  height: 500px;
4766  width: 940px;
4767  border-bottom: 1px solid #CCC;
4768  position: relative;
4769  margin: 0;
4770}
4771.slideshow-home .frame {
4772  width: 940px;
4773  height: 500px;
4774}
4775.slideshow-home .content-left {
4776  float: left;
4777  text-align: center;
4778  vertical-align: center;
4779  margin: 0 0 0 35px;
4780}
4781.slideshow-home .content-right {
4782  margin: 80px 0 0 0;
4783}
4784.slideshow-home .content-right p {
4785  margin-bottom: 10px;
4786}
4787.slideshow-home .content-right p:last-child {
4788  margin-top: 15px;
4789}
4790.slideshow-home .content-right h1 {
4791  padding:0;
4792}
4793.slideshow-home .item {
4794  height: 500px;
4795  width: 940px;
4796}
4797.home-sections {
4798  padding: 30px 20px 20px;
4799  margin: 20px 0;
4800  background: -webkit-linear-gradient(top, #F6F6F6,#F9F9F9);
4801}
4802.home-sections ul {
4803  margin: 0;
4804}
4805.home-sections ul li {
4806  float: left;
4807  display: block;
4808  list-style: none;
4809  width: 170px;
4810  height: 35px;
4811  border: 1px solid #ccc;
4812  background: white;
4813  margin-right: 10px;
4814  border-radius: 1px;
4815  -webkit-border-radius: 1px;
4816  -moz-border-radius: 1px;
4817  box-shadow: 1px 1px 5px #EEE;
4818  -webkit-box-shadow: 1px 1px 5px #EEE;
4819  -moz-box-shadow: 1px 1px 5px #EEE;
4820  background: white;
4821}
4822.home-sections ul li:hover {
4823  background: #F9F9F9;
4824  border: 1px solid #CCC;
4825}
4826.home-sections ul li a,
4827.home-sections ul li a:hover {
4828  font-weight: bold;
4829  margin-top: 8px;
4830  line-height: 18px;
4831  float: left;
4832  width: 100%;
4833  text-align: center;
4834  color: #09c !important;
4835}
4836.home-sections ul li a {
4837  font-weight: bold;
4838  margin-top: 8px;
4839  line-height: 18px;
4840  float: left;
4841  width:100%;
4842  text-align:center;
4843}
4844.home-sections ul li img {
4845  float: left;
4846  margin: -8px 0 0 10px;
4847}
4848.home-sections ul li.last {
4849  margin-right: 0px;
4850}
4851.fullpage #footer {
4852  margin-top: -40px;
4853}
4854