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