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