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