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